debian-mirror-gitlab/app/assets/javascripts/registry/list/constants.js

9 lines
407 B
JavaScript
Raw Normal View History

2020-01-01 13:55:28 +05:30
import { __ } from '~/locale';
2018-03-17 18:26:18 +05:30
2019-12-26 22:10:19 +05:30
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.');