Browse Source

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

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
pull/4/head
Marcin Mikołajczak 6 years ago
committed by Eugen Rochko
parent
commit
1c15329cce
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      app/javascript/mastodon/features/account_timeline/components/header.js
  2. +2
    -2
      app/javascript/mastodon/locales/defaultMessages.json
  3. +1
    -1
      app/javascript/mastodon/locales/en.json

+ 1
- 1
app/javascript/mastodon/features/account_timeline/components/header.js View 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>
)}

+ 2
- 2
app/javascript/mastodon/locales/defaultMessages.json View File

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

+ 1
- 1
app/javascript/mastodon/locales/en.json View 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",

Loading…
Cancel
Save