diff --git a/server/i18n/en.json b/server/i18n/en.json index e4578090b1..f1845d2b90 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -8292,6 +8292,10 @@ "id": "ent.saml.configure.not_encrypted_response.app_error", "translation": "SAML login was unsuccessful as the Identity Provider response is not encrypted. Please contact your System Administrator." }, + { + "id": "ent.saml.cpa_field_mapping.list_error", + "translation": "Failed to retrieve CPA field(s)" + }, { "id": "ent.saml.do_login.empty_response.app_error", "translation": "We received an empty response from the Identity Provider." @@ -8328,6 +8332,14 @@ "id": "ent.saml.service_disable.app_error", "translation": "SAML 2.0 is not configured or supported on this server." }, + { + "id": "ent.saml.update_cpa.empty_attribute_statement", + "translation": "SAML assertion attribute statement is invalid" + }, + { + "id": "ent.saml.update_cpa.multiple_errors", + "translation": "Error(s) updating CPA values" + }, { "id": "ent.user.complete_switch_with_oauth.blank_email.app_error", "translation": "Unable to complete SAML login with an empty email address."