Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « content_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb6deff434d82a33d166fce769a302571d4e0496 (plain)
1
2
3
4
5
import { s__ } from '~/locale';

export const PROVIDE_SERIALIZER_OR_RENDERER_ERROR = s__(
  'ContentEditor|You have to provide a renderMarkdown function or a custom serializer',
);