diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2023-05-24 16:33:29 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-05-31 20:02:50 +0000 |
commit | f3a321da3f5025dfcec55279fc90d7d085f66b79 (patch) | |
tree | cf1bf7f039a5e9eb7d8d55e65f37f294453ce2e2 /sonar-core | |
parent | 1e85cce23bbc3af65cbcbd1a799427d27b3f2b09 (diff) | |
download | sonarqube-f3a321da3f5025dfcec55279fc90d7d085f66b79.tar.gz sonarqube-f3a321da3f5025dfcec55279fc90d7d085f66b79.zip |
[NO JIRA] Improve account and token accessiblity
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 3 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 31bbdd21da4..4989a041d78 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2232,6 +2232,7 @@ email_configuration.test.email_was_sent_to_x=Email was sent to {0} # NOTIFICATIONS # #------------------------------------------------------------------------------ +notification.notification=Notification notification.channel.EmailNotificationChannel=Email notification.dispatcher.information=A notification is never sent to the author of the event. notification.dispatcher.ChangesOnMyIssue=Changes in issues/hotspots assigned to me @@ -4512,7 +4513,8 @@ users.user_X_tokens=Tokens of {user} users.tokens.sure=Sure? users.tokens.sure_X=Are you sure you want to revoke token {token}? users.tokens.revoke=Revoke -users.tokens.revoke_token=Revoke token +users.tokens.revoke_label=Revoke token {0} +users.tokens.remove_label=Remove expired token {0} users.no_tokens=No tokens users.generate=Generate users.tokens.PROJECT_ANALYSIS_TOKEN=Project Analysis Token |