8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
|
import { __ } from '~/locale';
|
||
|
|
||
|
export const SQUASH_BEFORE_MERGE = {
|
||
|
tooltipTitle: __('Required in this project.'),
|
||
|
checkboxLabel: __('Squash commits'),
|
||
|
helpLabel: __('What is squashing?'),
|
||
|
};
|