debian-mirror-gitlab/app/assets/javascripts/blob_edit/constants.js

5 lines
196 B
JavaScript
Raw Normal View History

2020-07-28 23:09:34 +05:30
import { __ } from '~/locale';
export const BLOB_EDITOR_ERROR = __('An error occurred while rendering the editor');
export const BLOB_PREVIEW_ERROR = __('An error occurred previewing the blob');