Welcome to mirror list, hosted at ThFree Co, Russian Federation.

i18n.js « vue_merge_request_widget « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c88e795e5f3b8ed342652c88323472a289710912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import { __ } from '~/locale';

export const SQUASH_BEFORE_MERGE = {
  tooltipTitle: __('Required in this project.'),
  checkboxLabel: __('Squash commits'),
  helpLabel: __('What is squashing?'),
};

export const I18N_SHA_MISMATCH = {
  warningMessage: __('Merge blocked: new changes were just added.'),
  actionButtonLabel: __('Review changes'),
};