GUACAMOLE-204: Add translation file to display blank login form.

This commit is contained in:
Nick Couchman
2017-02-10 13:56:46 -05:00
committed by Nick Couchman
parent 36297f4767
commit 3e323f7e8a
2 changed files with 11 additions and 0 deletions

View File

@@ -13,6 +13,10 @@
"casModule.js",
"casController.js",
"casConfig.js"
],
"translations" : [
"translations/en.json"
]
}

View File

@@ -0,0 +1,7 @@
{
"LOGIN" : {
"FIELD_HEADER_TICKET" : ""
}
}