From b97ebaf6202debb8c24d6f726886a594f02a6d3b Mon Sep 17 00:00:00 2001
From: Mingye Wang <arthur200126@gmail.com>
Date: Sat, 3 Jun 2017 22:25:18 -0400
Subject: [PATCH] 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"?
---
 app/javascript/mastodon/locales/en.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json
index 6864123aec..6d94e417d8 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",
-- 
GitLab