diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2019-03-13 17:26:07 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-18 20:20:58 +0100 |
commit | 4ab1fece350ac03ecb41c125ec8935d38670f656 (patch) | |
tree | 0bce348bca7b45815554fc1987a3464251a198b3 /sonar-core | |
parent | d6349a677ee3d656260ad75b6ef5a3f19d74c2bf (diff) | |
download | sonarqube-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.properties | 3 |
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} |