Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/199#discussion_r146158333
--- Diff:
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json
---
@@ -63,6 +63,14 @@
"NAME" : "Shared Connections (PostgreSQL)"
},
+ "DATA_SOURCE_SQLSERVER" : {
+ "NAME" : "SQL Server"
+ },
+
+ "DATA_SOURCe_SQLSERVER_SHARED" : {
--- End diff --
I'm clearly late to the party, but that "e" should be uppercase. It will
not match otherwise.
---