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

6 lines
181 B
JavaScript
Raw Normal View History

2021-04-29 21:17:54 +05:30
import { s__ } from '~/locale';
export const PROVIDE_SERIALIZER_OR_RENDERER_ERROR = s__(
'ContentEditor|You have to provide a renderMarkdown function or a custom serializer',
);