mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-24 06:58:51 +00:00
6 lines
269 B
JavaScript
6 lines
269 B
JavaScript
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');
|
|
export const BLOB_EDIT_ERROR = __('An error occurred editing the blob');
|