diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-09-06 17:23:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-06 17:23:12 +0200 |
commit | bae4f619db5198f7cb67a7848fdff756d83b5744 (patch) | |
tree | 050dd037cad2a69e3739d50c4a6fad1d86f5875d /sonar-core | |
parent | be7d46825605ccd29f85330bcff04aac26881586 (diff) | |
download | sonarqube-bae4f619db5198f7cb67a7848fdff756d83b5744.tar.gz sonarqube-bae4f619db5198f7cb67a7848fdff756d83b5744.zip |
SONAR-7978 Add test email configuration form to the settings page (#1216)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 dc1353f58f3..cf79be08d30 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2048,7 +2048,7 @@ email_configuration.test.to_address_required=You must provide address where to s email_configuration.test.subject=Subject email_configuration.test.subject_text=Test Message from SonarQube email_configuration.test.message=Message -email_configuration.test.message_text=This is a test message from SonarQube at +email_configuration.test.message_text=This is a test message from SonarQube. email_configuration.test.send=Send Test Email email_configuration.test.sending=Sending Test Email email_configuration.test.email_was_sent_to_x=Email was sent to {0} |