2021-01-03 14:25:43 +05:30
|
|
|
import { __ } from '~/locale';
|
|
|
|
|
|
|
|
export const SQUASH_BEFORE_MERGE = {
|
|
|
|
tooltipTitle: __('Required in this project.'),
|
|
|
|
checkboxLabel: __('Squash commits'),
|
|
|
|
helpLabel: __('What is squashing?'),
|
|
|
|
};
|
2021-10-27 15:23:28 +05:30
|
|
|
|
|
|
|
export const I18N_SHA_MISMATCH = {
|
|
|
|
warningMessage: __('Merge blocked: new changes were just added.'),
|
|
|
|
actionButtonLabel: __('Review changes'),
|
|
|
|
};
|