commit: b97ebaf6202debb8c24d6f726886a594f02a6d3b
parent: 8ee2eb5d2e7bd3c601c0277f12d8ad0c5f84cc43
Author: Mingye Wang <arthur200126@gmail.com>
Date: Sat, 3 Jun 2017 22:25:18 -0400
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:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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",