From 098873b58f1b9b6df0d34e5dcfd8c6f114ef7081 Mon Sep 17 00:00:00 2001 From: Shivashis Padhi Date: Mon, 12 Sep 2022 16:02:35 +0530 Subject: [PATCH] [MM-31745] Add translations for enterprise PR#1266 (#20872) * Add certificate_parse_error's translation from enterprise * Change translation text Co-authored-by: Mattermod --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i18n/en.json b/i18n/en.json index 93666a3143..aeeca11e0a 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -7691,6 +7691,10 @@ "id": "ent.saml.build_request.encoding.app_error", "translation": "An error occurred while encoding the request for the Identity Provider. Please contact your System Administrator." }, + { + "id": "ent.saml.configure.certificate_parse_error.app_error", + "translation": "SAML could not load Identity Provider Public Certificate successfully, please contact your system administrator." + }, { "id": "ent.saml.configure.encryption_not_enabled.app_error", "translation": "SAML login was unsuccessful because encryption is not enabled. Please contact your System Administrator."