aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-projects-view.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-projects-view.coffee')
-rw-r--r--sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-projects-view.coffee12
1 files changed, 6 insertions, 6 deletions
diff --git a/sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-projects-view.coffee b/sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-projects-view.coffee
index 0d02f0bf298..70fbe8f261e 100644
--- a/sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-projects-view.coffee
+++ b/sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-projects-view.coffee
@@ -26,10 +26,10 @@ define [
selectParameter: 'projectId'
selectParameterValue: 'id'
labels:
- selected: window.SS.phrases.projects.with
- deselected: window.SS.phrases.projects.without
- all: window.SS.phrases.projects.all
- noResults: window.SS.phrases.projects.noResults
+ selected: t('quality_gates.projects.with')
+ deselected: t('quality_gates.projects.without')
+ all: t('quality_gates.projects.all')
+ noResults: t('quality_gates.projects.noResults')
tooltips:
- select: window.SS.phrases.projects.select_hint
- deselect: window.SS.phrases.projects.deselect_hint
+ select: t('quality_gates.projects.select_hint')
+ deselect: t('quality_gates.projects.deselect_hint')