diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 4c55cee28d..fd3731c233 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1160,7 +1160,6 @@ "showing_x_out_of_n_projects": "", "showing_x_results": "", "showing_x_results_of_total": "", - "signature_algorithm": "", "single_sign_on_sso": "", "skip": "", "something_not_right": "", @@ -1184,7 +1183,6 @@ "sso_config_prop_help_first_name": "", "sso_config_prop_help_last_name": "", "sso_config_prop_help_redirect_url": "", - "sso_config_prop_help_signature_algorithm": "", "sso_config_prop_help_user_id": "", "sso_configuration": "", "sso_configuration_not_finalized": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 509a535ce2..6319d57fe9 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1688,7 +1688,6 @@ "showing_x_results": "Showing __x__ results", "showing_x_results_of_total": "Showing __x__ results of __total__", "sign_up": "Sign up", - "signature_algorithm": "Signature algorithm", "single_sign_on_sso": "Single Sign-On (SSO)", "site_description": "An online LaTeX editor that’s easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more.", "sitewide_option_available": "Site-wide option available", @@ -1724,7 +1723,6 @@ "sso_config_prop_help_first_name": "The SAML attribute that specifies the user’s first name", "sso_config_prop_help_last_name": "The SAML attribute that specifies the user’s last name", "sso_config_prop_help_redirect_url": "The single sign-on redirect URL provided by your IdP (sometimes called the single sign-on service HTTP-redirect location)", - "sso_config_prop_help_signature_algorithm": "Base64 encoded certificate without whitespace", "sso_config_prop_help_user_id": "The SAML attribute provided by your IdP that identifies each user", "sso_configuration": "SSO configuration", "sso_configuration_not_finalized": "Your configuration has not been finalized.",