diff options
author | David Gageot <david@gageot.net> | 2012-07-18 12:25:26 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-07-18 12:25:36 +0200 |
commit | 5c1c1319a3e5c30b7f6d7caeaedb9c44ac08737e (patch) | |
tree | 0af2dc1c55f69df674eef07cc4955a11185fb3c2 /plugins/sonar-l10n-en-plugin | |
parent | 2fa81a44b5077e6fbdb6fce15c2081c187636463 (diff) | |
download | sonarqube-5c1c1319a3e5c30b7f6d7caeaedb9c44ac08737e.tar.gz sonarqube-5c1c1319a3e5c30b7f6d7caeaedb9c44ac08737e.zip |
SONAR-3671 Delete log "undefined method `column_layout' for nil:NilClass"
Raise a proper NotFound http error instead
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 806c76bc31f..2fdd37c351c 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -545,6 +545,7 @@ dashboard.create_project_dashboard=Create project dashboard dashboard.create_global_dashboard=Create global dashboard dashboard.edit_dashboard=Edit dashboard dashboard.update_dashboard=Update dashboard +dashboard.not_found=This dashboard was not found dashboard.error_create_existing_name=A dashboard already exists with the same name dashboard.error_follow_existing_name=A dashboard already exists with the same name dashboard.default_restored=Default dashboards are restored |