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

constants.js « blob_edit « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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');