aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2021-08-13 10:52:47 +0200
committersonartech <sonartech@sonarsource.com>2021-08-13 20:03:54 +0000
commitce4d85235ef0e5b8039bf823fcf5d70865581084 (patch)
treee5cb5ef75d69523601ae0c060d0dcd7f46d47964 /sonar-core
parentf8f1b4c9fdf6688e2336e57ebe1d23a82a1c58b7 (diff)
downloadsonarqube-ce4d85235ef0e5b8039bf823fcf5d70865581084.tar.gz
sonarqube-ce4d85235ef0e5b8039bf823fcf5d70865581084.zip
SONAR-15275 Disable issues bulk change form if no change configured
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
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 ec14f5372d2..e0d6b6463e1 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -975,6 +975,7 @@ issue_bulk_change.comment.help=This comment will be applied only to issues that
issue_bulk_change.max_issues_reached=There are more issues available than can be treated by a single bulk action. Your changes will only be applied to the first {max} issues.
issue_bulk_change.x_issues={0} issues
issue_bulk_change.no_match=There is no issue matching your filter selection
+issue_bulk_change.no_change_selected=Make at least 1 change (e.g.: change assignee) in order to update the selected issues.
#------------------------------------------------------------------------------