From 48948fc24565f28ba4c98974332364022576f538 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 19 Apr 2018 23:50:19 -0700 Subject: [PATCH] GUACAMOLE-220: Add missing JDBC-specific USER_GROUP_ATTRIBUTES translation strings. --- .../src/main/resources/translations/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json index ff1484230..5520a81d4 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json @@ -100,6 +100,14 @@ "SECTION_HEADER_RESTRICTIONS" : "Account Restrictions", "SECTION_HEADER_PROFILE" : "Profile" + }, + + "USER_GROUP_ATTRIBUTES" : { + + "FIELD_HEADER_DISABLED" : "@:USER_ATTRIBUTES.FIELD_HEADER_DISABLED", + + "SECTION_HEADER_RESTRICTIONS" : "@:USER_ATTRIBUTES.SECTION_HEADER_RESTRICTIONS" + } }