aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-05-16 18:27:46 +0200
committersonartech <sonartech@sonarsource.com>2023-05-24 20:03:14 +0000
commit20c81961de9c92422410a5657ed48a3093742bde (patch)
treeea6e6ec3f3d5eb88b1d26cfd5ab4e742821c6ba1 /sonar-core
parent28a8a0f6d2e079e16a511d4112dbf17e66c514f7 (diff)
downloadsonarqube-20c81961de9c92422410a5657ed48a3093742bde.tar.gz
sonarqube-20c81961de9c92422410a5657ed48a3093742bde.zip
SONAR-19236 Implement new design for hotspot header
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 6 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 10a0139e4a0..ba6cdf3c307 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -810,9 +810,12 @@ hotspots.open_in_ide.failure=Unable to connect to your IDE to open the Security
hotspots.assignee.select_user=Select a user...
hotspots.assignee.change_user=Click to change assignee
hotspots.status.cannot_change_status=Changing a hotspot's status requires permission.
-hotspots.status.select_status=Change status
+hotspots.status.review=Review
+hotspots.status.review_title=Review Security Hotspot
+hotspots.status.select=Select a status
hotspots.status.add_comment=Add a comment (Optional)
hotspots.status.change_status=Change status
+
hotspots.status_option.TO_REVIEW=To review
hotspots.status_option.TO_REVIEW.description=This security hotspot needs to be reviewed to assess whether the code poses a risk.
hotspots.status_option.ACKNOWLEDGED=Acknowledged
@@ -851,7 +854,7 @@ hotspots.review_hotspot=Review Hotspot
hotspots.assign.success=Security Hotspot was successfully assigned to {0}
hotspots.assign.unassign.success=Security Hotspot was successfully unassigned
-hotspots.update.success=Update successful
+hotspots.update.success=Security Hotspot status was successfully changed to {0}
#------------------------------------------------------------------------------
#
@@ -1523,6 +1526,7 @@ search.search_for_directories=Search for directories...
search.search_for_files=Search for files...
search.search_for_modules=Search for modules...
search.search_for_metrics=Search for metrics...
+search.tooShort=Please enter at least {0} characters
global_search.shortcut_hint=Hint: Press 'S' from anywhere to open this search bar.