All files / app/assets/javascripts/group_settings constants.js

100% Statements 6/6
100% Branches 0/0
100% Functions 0/0
100% Lines 6/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14    2x     2x 2x 2x       2x 2x  
import { __, s__ } from '~/locale';
 
export const I18N_CONFIRM_MESSAGE = s__(
  'Runners|Instance runners will be disabled for all projects and subgroups in this group.',
);
export const I18N_CONFIRM_OK = s__('Runners|Yes, disable instance runners');
export const I18N_CONFIRM_CANCEL = s__('Runners|No, keep instance runners enabled');
export const I18N_CONFIRM_TITLE = s__(
  'Runners|Are you sure you want to disable instance runners for %{groupName}?',
);
 
export const I18N_UPDATE_ERROR_MESSAGE = __('An error occurred while updating configuration.');
export const I18N_REFRESH_MESSAGE = __('Refresh the page and try again.');