summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/runner/runner_details/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/runner/runner_details/constants.js')
-rw-r--r--app/assets/javascripts/runner/runner_details/constants.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/runner/runner_details/constants.js b/app/assets/javascripts/runner/runner_details/constants.js
new file mode 100644
index 00000000000..bb57e85fa8a
--- /dev/null
+++ b/app/assets/javascripts/runner/runner_details/constants.js
@@ -0,0 +1,3 @@
+import { s__ } from '~/locale';
+
+export const I18N_TITLE = s__('Runners|Runner #%{runner_id}');