Repository: incubator-guacamole-client Updated Branches: refs/heads/master 528977422 -> d955fbea1
GUACAMOLE-416: Fix typo in translation file. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/7fa0aaee Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/7fa0aaee Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/7fa0aaee Branch: refs/heads/master Commit: 7fa0aaeeb300ade5284656ff4085065ef9340c80 Parents: cc8ea75 Author: Nick Couchman <[email protected]> Authored: Mon Oct 23 08:48:40 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Mon Oct 23 08:48:40 2017 -0400 ---------------------------------------------------------------------- .../src/main/resources/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/7fa0aaee/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json ---------------------------------------------------------------------- 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 6e03340..ff14842 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 @@ -67,7 +67,7 @@ "NAME" : "SQL Server" }, - "DATA_SOURCe_SQLSERVER_SHARED" : { + "DATA_SOURCE_SQLSERVER_SHARED" : { "NAME" : "Shared Connections (SQL Server)" },
