summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry/list/constants.js
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.');