From 3e323f7e8a0ada91f1ff671583d17544b958a079 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Fri, 10 Feb 2017 13:56:46 -0500 Subject: [PATCH] GUACAMOLE-204: Add translation file to display blank login form. --- .../src/main/resources/guac-manifest.json | 4 ++++ .../src/main/resources/translations/en.json | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 extensions/guacamole-auth-cas/src/main/resources/translations/en.json diff --git a/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json b/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json index 2561a3262..44a3ebfb3 100644 --- a/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json +++ b/extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json @@ -13,6 +13,10 @@ "casModule.js", "casController.js", "casConfig.js" + ], + + "translations" : [ + "translations/en.json" ] } diff --git a/extensions/guacamole-auth-cas/src/main/resources/translations/en.json b/extensions/guacamole-auth-cas/src/main/resources/translations/en.json new file mode 100644 index 000000000..255d5c3c4 --- /dev/null +++ b/extensions/guacamole-auth-cas/src/main/resources/translations/en.json @@ -0,0 +1,7 @@ +{ + + "LOGIN" : { + "FIELD_HEADER_TICKET" : "" + } + +}