diff options
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 |