5 lines
196 B
JavaScript
5 lines
196 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');
|