From d1ad8498680db2b522ec3693938da5c56da17e1d Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Wed, 21 Feb 2024 11:31:50 +0000 Subject: [PATCH] Merge pull request #17223 from overleaf/ab-remove-unused-section [web] Remove unused signature algorithm section GitOrigin-RevId: a84a531e4039bd20cdda536a343557b84c024837 --- services/web/frontend/extracted-translations.json | 2 -- services/web/locales/en.json | 2 -- 2 files changed, 4 deletions(-) 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.",