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