]> cat aescling's git repositories - mastodon.git/commitdiff
Change “Toots with replies” to “Toots and replies” (#6875)
authorMarcin Mikołajczak <me@m4sk.in>
Sat, 24 Mar 2018 11:51:51 +0000 (12:51 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 24 Mar 2018 11:51:51 +0000 (12:51 +0100)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
app/javascript/mastodon/features/account_timeline/components/header.js
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json

index 9d594fb0c504f5709bac40b0bf9786f89087581c..6b88a7a0cbe9408d86c3a934c14d00642c00483a 100644 (file)
@@ -99,7 +99,7 @@ export default class Header extends ImmutablePureComponent {
         {!hideTabs && (
           <div className='account__section-headline'>
             <NavLink exact to={`/accounts/${account.get('id')}`}><FormattedMessage id='account.posts' defaultMessage='Toots' /></NavLink>
-            <NavLink exact to={`/accounts/${account.get('id')}/with_replies`}><FormattedMessage id='account.posts_with_replies' defaultMessage='Toots with replies' /></NavLink>
+            <NavLink exact to={`/accounts/${account.get('id')}/with_replies`}><FormattedMessage id='account.posts_with_replies' defaultMessage='Toots and replies' /></NavLink>
             <NavLink exact to={`/accounts/${account.get('id')}/media`}><FormattedMessage id='account.media' defaultMessage='Media' /></NavLink>
           </div>
         )}
index b983823d4bb2472993b7dd24f2680a9e20b36c58..eee60c57feaa8c9226337ed6b6f1b4dd7b51ec62 100644 (file)
         "id": "account.posts"
       },
       {
-        "defaultMessage": "Toots with replies",
+        "defaultMessage": "Toots and replies",
         "id": "account.posts_with_replies"
       },
       {
     ],
     "path": "app/javascript/mastodon/middleware/errors.json"
   }
-]
\ No newline at end of file
+]
index 5553772f4d2780a9b2aa12d3757210ae68f0e123..de44bd0db2d9a47487a32c3b8420841c36ac807f 100644 (file)
@@ -17,7 +17,7 @@
   "account.mute_notifications": "Mute notifications from @{name}",
   "account.muted": "Muted",
   "account.posts": "Toots",
-  "account.posts_with_replies": "Toots with replies",
+  "account.posts_with_replies": "Toots and replies",
   "account.report": "Report @{name}",
   "account.requested": "Awaiting approval. Click to cancel follow request",
   "account.share": "Share @{name}'s profile",