diff options
author | Mingye Wang <arthur200126@gmail.com> | 2017-06-03 22:25:18 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-04 04:25:18 +0200 |
commit | b97ebaf6202debb8c24d6f726886a594f02a6d3b (patch) | |
tree | 0bb13f9790b6b2dbb8b5d68850ad17064d62b0c9 /app | |
parent | 8ee2eb5d2e7bd3c601c0277f12d8ad0c5f84cc43 (diff) |
en.json: change about/more link text to "About this instance" (#3538)
This change follows #3519, which does the same for the Chinese variants. Or should it be simply "About"?
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 6864123ae..6d94e417d 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -87,7 +87,7 @@ "navigation_bar.edit_profile": "Edit profile", "navigation_bar.favourites": "Favourites", "navigation_bar.follow_requests": "Follow requests", - "navigation_bar.info": "Extended information", + "navigation_bar.info": "About this instance", "navigation_bar.logout": "Logout", "navigation_bar.mutes": "Muted users", "navigation_bar.preferences": "Preferences", |