From 47012e64f35a8b63575e40efed7981a37979945a Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Wed, 26 Oct 2022 11:12:22 +0200 Subject: SONAR-17515 Add an info box on the authentication settings page to advertise about the login message feature --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-core') diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 5b019925235..c97ca79b413 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1271,6 +1271,8 @@ settings.almintegration.feature.alm_repo_import.disabled.no_url=This feature is settings.almintegration.tabs.authentication_moved=You can delegate authentication to this DevOps Platform. The relevant settings are under the {link} section. settings.authentication.title=Authentication +settings.authentication.custom_message_information=You can define a custom log-in message to appear on the log-in page to help your users authenticate. The relevant settings are available under the {link} section. +settings.authentication.custom_message_information.link=General settings.authentication.description=The following settings allow you to delegate authentication via SAML, or any of the following DevOps Platforms: GitHub, GitLab, and Bitbucket. settings.authentication.help=If you need help setting up authentication, read our dedicated {link}. settings.authentication.help.link=documentation -- cgit v1.2.3