[internal]: Added an error string for checking invalid time (#15807)

* [internal]: Added an error string for checking invalid time

This is used by SAML library when an xml response has time set
outside the valid range.

* Add missing comma
Этот коммит содержится в:
Agniva De Sarker
2020-10-06 14:09:05 +05:30
коммит произвёл GitHub
родитель f3ce8716bb
Коммит 1985d15fe4

Просмотреть файл

@@ -6230,6 +6230,10 @@
"id": "ent.saml.do_login.invalid_signature.app_error",
"translation": "We received an invalid signature in the response from the Identity Provider. Please contact your System Administrator."
},
{
"id": "ent.saml.do_login.invalid_time.app_error",
"translation": "We received an invalid time in the response from the Identity Provider. Please contact your System Administrator."
},
{
"id": "ent.saml.do_login.parse.app_error",
"translation": "An error occurred while parsing the response from the Identity Provider. Please contact your System Administrator."