GUACAMOLE-1948: Provide a comprehensive error message for input exceeding database column.

This commit is contained in:
Alex Leitner
2024-05-07 08:23:50 +09:00
parent 8b96e9cd29
commit 7317edd17d
2 changed files with 54 additions and 1 deletions

View File

@@ -108,6 +108,10 @@
"SECTION_HEADER_RESTRICTIONS" : "Group Restrictions"
}
},
"CONNECTION_PARAMETERS": {
"DATABASE_PARAMETER_VALUE_TOO_LONG": "The value provided for connection parameter {PARAMETER_NAME} exceeds the maximum allowed length of {MAX_SIZE} {MAX_SIZE, plural, one{character} other{characters}}."
}
}