diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-11-06 14:53:23 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-08 20:02:53 +0000 |
commit | 50a50c28aeb2d1138f3ec0ae1e70031f74ad6e5e (patch) | |
tree | 26d3fdeed3d41bdbfb071d92540ceb862128dbba /sonar-core | |
parent | 9f451cb3fb66e618e48278de7104e204b8695ef1 (diff) | |
download | sonarqube-50a50c28aeb2d1138f3ec0ae1e70031f74ad6e5e.tar.gz sonarqube-50a50c28aeb2d1138f3ec0ae1e70031f74ad6e5e.zip |
SONAR-20894 Clean-up wont fix references and replace with accept
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 61e90368830..1b156a43731 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2537,7 +2537,7 @@ notification.dispatcher.ChangesOnMyIssue=Changes in issues/hotspots assigned to notification.dispatcher.NewIssues=New issues notification.dispatcher.NewAlerts=Quality gate changes on all available projects notification.dispatcher.NewAlerts.project=Quality gate changes -notification.dispatcher.NewFalsePositiveIssue=Issues resolved as false positive or won't fix +notification.dispatcher.NewFalsePositiveIssue=Issues resolved as false positive or accept notification.dispatcher.SQ-MyNewIssues=My new issues notification.dispatcher.CeReportTaskFailure=Background tasks in failure on my administered projects notification.dispatcher.CeReportTaskFailure.project=Background tasks in failure @@ -3258,7 +3258,7 @@ projects_role.groups=Groups projects_role.admin=Administer projects_role.admin.desc=Access project settings and perform administration tasks (for private projects, users also need the "Browse" permission) projects_role.issueadmin=Administer Issues -projects_role.issueadmin.desc=Resolve issues as being "fixed", "won't fix" or "false-positive" (for private projects, users also need the "Browse" permission). +projects_role.issueadmin.desc=Resolve issues as being "fixed", "accepted" or "false-positive" (for private projects, users also need the "Browse" permission). projects_role.securityhotspotadmin=Administer Security Hotspots projects_role.securityhotspotadmin.desc=Resolve a Security Hotspot as reviewed (fixed or safe), reset it as to review (for private projects, users also need the "Browse" permission). projects_role.user=Browse |