12 lines
462 B
JavaScript
12 lines
462 B
JavaScript
import { __ } from '~/locale';
|
|
|
|
export const INTRO_COOKIE_KEY = 'dev_ops_report_intro_callout_dismissed';
|
|
|
|
export const INTRO_BANNER_TITLE = __('Introducing your DevOps adoption analytics');
|
|
|
|
export const INTRO_BANNER_BODY = __(
|
|
'DevOps adoption gives you an overview of what development, security, and operations features your organization has adopted, and which groups are using these features.',
|
|
);
|
|
|
|
export const INTRO_BANNER_ACTION_TEXT = __('Read more');
|