summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/analytics/devops_reports/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/analytics/devops_reports/constants.js')
-rw-r--r--app/assets/javascripts/analytics/devops_reports/constants.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/javascripts/analytics/devops_reports/constants.js b/app/assets/javascripts/analytics/devops_reports/constants.js
new file mode 100644
index 00000000000..6091fcb5724
--- /dev/null
+++ b/app/assets/javascripts/analytics/devops_reports/constants.js
@@ -0,0 +1,11 @@
+import { __ } from '~/locale';
+
+export const INTRO_COOKIE_KEY = 'dev_ops_report_intro_callout_dismissed';
+
+export const INTRO_BANNER_TITLE = __('Introducing Your DevOps Reports');
+
+export const INTRO_BANNER_BODY = __(
+ 'Your DevOps Reports give an overview of how you are using GitLab from a feature perspective. Use them to view how you compare with other organizations, and how your teams compare against each other.',
+);
+
+export const INTRO_BANNER_ACTION_TEXT = __('Read more');