aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2022-08-10 11:23:08 +0200
committersonartech <sonartech@sonarsource.com>2022-08-10 20:03:08 +0000
commit31faef20bfadb6c42a7be2c5342ff654fe6549d6 (patch)
tree98d175a6161f2cba654009bbe4ba4aa270a5f4fa /sonar-core/src
parentd93dfacbcf021816f538af4102e2491fc4693532 (diff)
downloadsonarqube-31faef20bfadb6c42a7be2c5342ff654fe6549d6.tar.gz
sonarqube-31faef20bfadb6c42a7be2c5342ff654fe6549d6.zip
SONAR-16538 Styling changes for comment popup and issue page
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 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 1bea83faca7..bb735e199a5 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -822,6 +822,7 @@ issue.quick_fix_available_with_sonarlint=Quick fix available in {link}
issue.comment.add_comment=Add Comment
issue.comment.add_comment.cancel=Cancel adding comment
issue.comment.formlink=Comment
+issue.comment.formlink.plural=comments
issue.comment.submit=Comment
issue.comment.explain_why=Consider explaining why
issue.comment.posted_on=Comment posted on
@@ -829,6 +830,7 @@ issue.comment.edit=Edit comment
issue.comment.edit.cancel=Cancel editing comment
issue.comment.delete=Delete comment
issue.comment.delete_confirm_message=Do you want to delete this comment?
+issue.comment.empty.list=There are no comments yet on this issue.
issue.rule_details=Rule Details
issue.send_notifications=Send Notifications
issue.why_this_issue=Why is this an issue?