From b491e77f5f6f957c38e478bd6ae52513dc4dc99c Mon Sep 17 00:00:00 2001 From: Olivier Berthonneau Date: Sun, 10 Jan 2016 16:23:44 +0100 Subject: [PATCH] GUAC-1469 Fix wrong json file format by adding a missing coma A missing comma line 624 led to a wrong json file format --- guacamole/src/main/webapp/translations/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/translations/fr.json b/guacamole/src/main/webapp/translations/fr.json index 34932052c..a5ec12ee1 100644 --- a/guacamole/src/main/webapp/translations/fr.json +++ b/guacamole/src/main/webapp/translations/fr.json @@ -621,7 +621,7 @@ "ACTION_MANAGE_SESSIONS" : "@:APP.ACTION_MANAGE_SESSIONS", "ACTION_MANAGE_SETTINGS" : "@:APP.ACTION_MANAGE_SETTINGS", "ACTION_MANAGE_USERS" : "@:APP.ACTION_MANAGE_USERS", - "ACTION_NAVIGATE_HOME" : "@:APP.ACTION_NAVIGATE_HOME" + "ACTION_NAVIGATE_HOME" : "@:APP.ACTION_NAVIGATE_HOME", "ACTION_VIEW_HISTORY" : "@:APP.ACTION_VIEW_HISTORY" }