blob: a19da2098cf8a507548781ff689b6b0717287545 (
plain)
1
2
3
4
|
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');
|