Change “Toots with replies” to “Toots and replies” (#6875)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
master
Marcin Mikołajczak 6 years ago committed by Eugen Rochko
parent b2a4ffd3a9
commit 1c15329cce
  1. 2
      app/javascript/mastodon/features/account_timeline/components/header.js
  2. 4
      app/javascript/mastodon/locales/defaultMessages.json
  3. 2
      app/javascript/mastodon/locales/en.json

@ -99,7 +99,7 @@ export default class Header extends ImmutablePureComponent {
{!hideTabs && ( {!hideTabs && (
<div className='account__section-headline'> <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')}`}><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> <NavLink exact to={`/accounts/${account.get('id')}/media`}><FormattedMessage id='account.media' defaultMessage='Media' /></NavLink>
</div> </div>
)} )}

@ -326,7 +326,7 @@
"id": "account.posts" "id": "account.posts"
}, },
{ {
"defaultMessage": "Toots with replies", "defaultMessage": "Toots and replies",
"id": "account.posts_with_replies" "id": "account.posts_with_replies"
}, },
{ {
@ -1748,4 +1748,4 @@
], ],
"path": "app/javascript/mastodon/middleware/errors.json" "path": "app/javascript/mastodon/middleware/errors.json"
} }
] ]

@ -17,7 +17,7 @@
"account.mute_notifications": "Mute notifications from @{name}", "account.mute_notifications": "Mute notifications from @{name}",
"account.muted": "Muted", "account.muted": "Muted",
"account.posts": "Toots", "account.posts": "Toots",
"account.posts_with_replies": "Toots with replies", "account.posts_with_replies": "Toots and replies",
"account.report": "Report @{name}", "account.report": "Report @{name}",
"account.requested": "Awaiting approval. Click to cancel follow request", "account.requested": "Awaiting approval. Click to cancel follow request",
"account.share": "Share @{name}'s profile", "account.share": "Share @{name}'s profile",

Loading…
Cancel
Save