2018-03-17 18:26:18 +05:30
|
|
|
import { __ } from '../locale';
|
|
|
|
|
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.');
|