summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_merge_request_widget/i18n.js
blob: e8e522a01e9ed37498d6abe2553b9e148a78adb9 (plain)
1
2
3
4
5
6
7
import { __ } from '~/locale';

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