From 42b99775e88e3eadbad56619e6a6a3b6b16b0da8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 17 Apr 2015 21:12:26 -0700 Subject: [PATCH] GUAC-1053: Rename "Manage Connections" to "Connections". --- guacamole/src/main/webapp/translations/en_US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/translations/en_US.json b/guacamole/src/main/webapp/translations/en_US.json index ddd336aea..c4a00f81f 100644 --- a/guacamole/src/main/webapp/translations/en_US.json +++ b/guacamole/src/main/webapp/translations/en_US.json @@ -10,7 +10,7 @@ "ACTION_DELETE_SESSIONS" : "Kill Sessions", "ACTION_LOGIN" : "Login", "ACTION_LOGOUT" : "Logout", - "ACTION_MANAGE_CONNECTIONS" : "Manage Connections", + "ACTION_MANAGE_CONNECTIONS" : "Connections", "ACTION_MANAGE_SETTINGS" : "Settings", "ACTION_MANAGE_SESSIONS" : "Active Sessions", "ACTION_MANAGE_USERS" : "Users", @@ -395,7 +395,7 @@ "INFO_ACTIVE_USER_COUNT" : "@:APP.INFO_ACTIVE_USER_COUNT", - "SECTION_HEADER_CONNECTIONS" : "Manage Connections" + "SECTION_HEADER_CONNECTIONS" : "Connections" },