debian-mirror-gitlab/app/assets/javascripts/analytics/devops_reports/constants.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
483 B
JavaScript
Raw Normal View History

2021-10-27 15:23:28 +05:30
import { __ } from '~/locale';
export const INTRO_COOKIE_KEY = 'dev_ops_report_intro_callout_dismissed';
2021-12-11 22:18:48 +05:30
export const INTRO_BANNER_TITLE = __('Introducing Your DevOps Reports');
2021-10-27 15:23:28 +05:30
export const INTRO_BANNER_BODY = __(
2021-12-11 22:18:48 +05:30
'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.',
2021-10-27 15:23:28 +05:30
);
export const INTRO_BANNER_ACTION_TEXT = __('Read more');