aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2019-03-13 17:26:07 +0100
committerSonarTech <sonartech@sonarsource.com>2019-03-18 20:20:58 +0100
commit4ab1fece350ac03ecb41c125ec8935d38670f656 (patch)
tree0bce348bca7b45815554fc1987a3464251a198b3 /sonar-core
parentd6349a677ee3d656260ad75b6ef5a3f19d74c2bf (diff)
downloadsonarqube-4ab1fece350ac03ecb41c125ec8935d38670f656.tar.gz
sonarqube-4ab1fece350ac03ecb41c125ec8935d38670f656.zip
SONAR-11668 Jump to measures list view from dashboard
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties3
1 files changed, 2 insertions, 1 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 6759d6c8aff..e094ae31687 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2576,6 +2576,7 @@ component_measures.show_metric_history=Show history of this metric
component_measures.tab.tree=Tree
component_measures.tab.list=List
component_measures.tab.treemap=Treemap
+component_measures.view_as=View as
component_measures.legend.color_x=Color: {0}
component_measures.legend.size_x=Size: {0}
component_measures.legend.worse_of_x_y=Worse of {0} and {1}
@@ -2655,7 +2656,7 @@ organization.avatar=Avatar
organization.avatar.description=Url of a small image that represents the organization (preferably 30px height).
organization.avatar.preview=Preview
organization.bind_to_x=Bind this organization to {0}
-organization.go_to_settings_to_bind=Go to Organization Settings to bind it.
+organization.go_to_settings_to_bind=Go to Organization Settings to bind it
organization.bound=This organization is bound.
organization.bound_to_x=This organization is bound to {0}
organization.not_bound_to_x=This organization is not bound to {0}