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

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

export const FETCH_REGISTRY_ERROR_MESSAGE = __(
  'Something went wrong while fetching the registry list.',
);
export const FETCH_REPOS_ERROR_MESSAGE = __('Something went wrong while fetching the projects.');
export const DELETE_REPO_ERROR_MESSAGE = __('Something went wrong on our end.');
export const DELETE_REGISTRY_ERROR_MESSAGE = __('Something went wrong on our end.');