GUACAMOLE-990: Use translation string for "too many failed attempts" error.

This commit is contained in:
Michael Jumper
2022-08-22 09:40:10 -07:00
parent f9d8abcfde
commit 2b19bc95da
3 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{
"LOGIN": {
"ERROR_TOO_MANY_ATTEMPTS" : "Too many failed authentication attempts. Please try again later."
}
}