diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-08-13 10:52:47 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-08-13 20:03:54 +0000 |
commit | ce4d85235ef0e5b8039bf823fcf5d70865581084 (patch) | |
tree | e5cb5ef75d69523601ae0c060d0dcd7f46d47964 /sonar-core | |
parent | f8f1b4c9fdf6688e2336e57ebe1d23a82a1c58b7 (diff) | |
download | sonarqube-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.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 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. #------------------------------------------------------------------------------ |