From 35f3d9e1586b33d7269f2ddd15989f1e45444f7c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 19 Mar 2015 15:03:32 -0700 Subject: [PATCH] GUAC-1133: Modify section headers to match menu option. --- guacamole/src/main/webapp/translations/en_US.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guacamole/src/main/webapp/translations/en_US.json b/guacamole/src/main/webapp/translations/en_US.json index b5278b391..7348958d9 100644 --- a/guacamole/src/main/webapp/translations/en_US.json +++ b/guacamole/src/main/webapp/translations/en_US.json @@ -165,7 +165,7 @@ "INFO_CONNECTION_ACTIVE_NOW" : "Active Now", "INFO_CONNECTION_NOT_USED" : "This connection has not yet been used.", - "SECTION_HEADER_CONNECTIONS" : "Connections", + "SECTION_HEADER_CONNECTIONS" : "Manage Connections", "SECTION_HEADER_EDIT_CONNECTION" : "Edit Connection", "SECTION_HEADER_HISTORY" : "Usage History", "SECTION_HEADER_PARAMETERS" : "Parameters", @@ -247,10 +247,10 @@ "INFO_NO_SESSIONS" : "No active sessions", - "SECTION_HEADER_SESSIONS" : "Sessions", + "SECTION_HEADER_SESSIONS" : "Active Sessions", "TABLE_HEADER_SESSION_USERNAME" : "Username", - "TABLE_HEADER_SESSION_STARTDATE" : "Start date", + "TABLE_HEADER_SESSION_STARTDATE" : "Active since", "TABLE_HEADER_SESSION_REMOTEHOST" : "Remote host", "TABLE_HEADER_SESSION_CONNECTION_NAME" : "Connection name",