diff options
author | Kevin Silva <kevin.silva@sonarsource.com> | 2023-06-02 10:28:13 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-09 20:03:09 +0000 |
commit | 5e2d38f17ef22ea4e983938532bb05108c598036 (patch) | |
tree | 3116feed7e88bf0cc5848917ddaa898ed026f218 /sonar-core | |
parent | a74f4d9475ab3548821fe9f6380c204d56f886d6 (diff) | |
download | sonarqube-5e2d38f17ef22ea4e983938532bb05108c598036.tar.gz sonarqube-5e2d38f17ef22ea4e983938532bb05108c598036.zip |
SONAR-19345 Update box contents for each issue
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 5 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 f0d3add55d7..24574b24ee1 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -884,6 +884,8 @@ issue.add_tags=Add Tags issue.remove_tags=Remove Tags issue.no_tag=No tags issue.create_tag=Create Tag +issue.create_tag_x=Create Tag '{0}' +issue.tags=Tags 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 @@ -940,6 +942,7 @@ issue.full_execution_flow=Full execution flow issue.location_x=Location {0} issue.closed.file_level=This issue is {status}. It was detected in the file below and is no longer being detected. issue.closed.project_level=This issue is {status}. It was detected in the project below and is no longer being detected. +issues.assignee.change_user=Click to change assignee issues.action_select=Select issue issues.action_select.label=Select issue {0} @@ -995,8 +998,8 @@ issues.return_to_list=Return to List issues.bulk_change_X_issues=Bulk Change {0} Issue(s) issues.select_all_issues=Select all Issues issues.issues=issues -issues.to_select_issues=to select issues -issues.to_navigate=to navigate +issues.to_select_issues=Select issues +issues.to_navigate=Navigate to issue issues.to_navigate_back=to navigate back issues.to_navigate_issue_locations=to navigate issue locations issues.to_switch_flows=to switch flows |