diff options
author | Shane Findley <shane.findley@sonarsource.com> | 2024-09-02 15:49:00 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-02 20:02:50 +0000 |
commit | e9229f7e25951b629ee390a53d6a66c9a2e430e5 (patch) | |
tree | 532eda12b1e3da8dd75970a65c6c6abd1aaa1246 /sonar-core | |
parent | ded9a3971f52d0937c7caabcdeae523645096550 (diff) | |
download | sonarqube-e9229f7e25951b629ee390a53d6a66c9a2e430e5.tar.gz sonarqube-e9229f7e25951b629ee390a53d6a66c9a2e430e5.zip |
SONAR 22666 Edit email configuration (#11638)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 7 insertions, 1 deletions
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 f039cd6df6e..82ce90dac17 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2696,7 +2696,8 @@ email_notification.form.username.description=Username used to authenticate to th email_notification.form.basic_password=SMTP password email_notification.form.basic_password.description=Password used to authenticate to the SMTP server. email_notification.form.oauth_auth.title=Modern Authentication -email_notification.form.oauth_auth.description=Authenticate with OAuth Microsoft +email_notification.form.oauth_auth.description=Authenticate with OAuth +email_notification.form.oauth_auth.supported=Supported: Microsoft email_notification.form.oauth_auth.recommended_reason=for stronger security compliance email_notification.form.oauth_authentication_host=Authentication host email_notification.form.oauth_authentication_host.description=Host of the Identity Provider issuing access tokens. @@ -2723,6 +2724,11 @@ email_notification.form.save_configuration.create_success=Email configuration sa email_notification.form.save_configuration.update_success=Email configuration updated successfully. email_notification.form.delete_configuration=Delete configuration email_notification.state.value_should_be_valid_email=A valid email address is required. +email_notification.overview.heading=SMTP configuration settings +email_notification.overview.authentication_type=Authentication type +email_notification.overview.private=Hidden for security reasons +email_notification.form.private=************** +email_notification.overview.value={0} value email_configuration.test.title=Test Configuration email_configuration.test.to_address=To |