diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-04-01 15:48:02 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-05 20:03:16 +0000 |
commit | 58533b7fcf8a2089df72928888fe3102b782fa77 (patch) | |
tree | 95e3af283956331a48a30594c6dd3b83a378363f /sonar-core | |
parent | ca68dabbefbad5122b57d57174130b33b2e93d22 (diff) | |
download | sonarqube-58533b7fcf8a2089df72928888fe3102b782fa77.tar.gz sonarqube-58533b7fcf8a2089df72928888fe3102b782fa77.zip |
SONAR-16221 Add select variants (creatable and async) and replace SelectLegacy
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 fbd4e5f4e75..b6ce448d7b4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -802,6 +802,7 @@ issues.on_file_x=Issues on file {0} issue.add_tags=Add Tags issue.remove_tags=Remove Tags issue.no_tag=No tags +issue.create_tag_x=Create Tag '{0}' issue.assign.assigned_to_x_click_to_change=Assigned to {0}, click to change issue.assign.unassigned_click_to_assign=Unassigned, click to assign issue issue.assign.formlink=Assign |