logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 2ef9d0e1011b586099d9f9992607b03d96c8a7f8
parent: 76f3d5d16be2fb97d2252909589510165ec05e12
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Fri,  9 Feb 2018 00:27:18 +0100

Change web UI "posts" to "toots" on profile for consistency (#6447)


Diffstat:

Mapp/javascript/mastodon/features/account/components/action_bar.js2+-
Mapp/javascript/mastodon/locales/defaultMessages.json5++---
Mapp/javascript/mastodon/locales/en.json2+-
3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/app/javascript/mastodon/features/account/components/action_bar.js b/app/javascript/mastodon/features/account/components/action_bar.js @@ -122,7 +122,7 @@ export default class ActionBar extends React.PureComponent { <div className='account__action-bar-links'> <Link className='account__action-bar__tab' to={`/accounts/${account.get('id')}`}> - <span><FormattedMessage id='account.posts' defaultMessage='Posts' /></span> + <span><FormattedMessage id='account.posts' defaultMessage='Toots' /></span> <strong><FormattedNumber value={account.get('statuses_count')} /></strong> </Link> diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json @@ -433,7 +433,7 @@ "id": "account.view_full_profile" }, { - "defaultMessage": "Posts", + "defaultMessage": "Toots", "id": "account.posts" }, { @@ -1659,4 +1659,4 @@ ], "path": "app/javascript/mastodon/features/video/index.json" } -]- \ No newline at end of file +] diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json @@ -13,7 +13,7 @@ "account.moved_to": "{name} has moved to:", "account.mute": "Mute @{name}", "account.mute_notifications": "Mute notifications from @{name}", - "account.posts": "Posts", + "account.posts": "Toots", "account.report": "Report @{name}", "account.requested": "Awaiting approval. Click to cancel follow request", "account.share": "Share @{name}'s profile",