summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-06-15 12:15:09 +0200
committerBob Van Landuyt <bob@gitlab.com>2017-06-15 14:47:05 +0200
commitecc098c92ac85d033fa5678467398dba8821e99d (patch)
tree74c41f9d9dd28ab6761bc6107c6ba8dd07ab9feb /app
parent20bdfd5932a526c4929e21473570c245310adbb3 (diff)
downloadgitlab-ce-ecc098c92ac85d033fa5678467398dba8821e99d.tar.gz
Add some context to JS translations
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/pipeline_schedules/components/interval_pattern_input.js2
-rw-r--r--app/assets/javascripts/pipeline_schedules/components/pipeline_schedules_callout.js3
2 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/javascripts/pipeline_schedules/components/interval_pattern_input.js b/app/assets/javascripts/pipeline_schedules/components/interval_pattern_input.js
index e98f08bd998..901adbe9fce 100644
--- a/app/assets/javascripts/pipeline_schedules/components/interval_pattern_input.js
+++ b/app/assets/javascripts/pipeline_schedules/components/interval_pattern_input.js
@@ -75,7 +75,7 @@ export default {
/>
<label for="custom">
- {{ __('Custom') }}
+ {{ s__('PipelineSheduleIntervalPattern|Custom') }}
</label>
<span class="cron-syntax-link-wrap">
diff --git a/app/assets/javascripts/pipeline_schedules/components/pipeline_schedules_callout.js b/app/assets/javascripts/pipeline_schedules/components/pipeline_schedules_callout.js
index e66772b40d7..c827b7402dc 100644
--- a/app/assets/javascripts/pipeline_schedules/components/pipeline_schedules_callout.js
+++ b/app/assets/javascripts/pipeline_schedules/components/pipeline_schedules_callout.js
@@ -41,11 +41,10 @@ export default {
<a
:href="docsUrl"
target="_blank"
- rel="nofollow">{{ __('pipeline schedules documentation') }}</a>. <!-- oneline to prevent extra space before period -->
+ rel="nofollow">{{ s__('Learn more in the|pipeline schedules documentation') }}</a>. <!-- oneline to prevent extra space before period -->
</p>
</div>
</div>
</div>
`,
};
-