summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/packages_and_registries/infrastructure_registry/details/constants.js
blob: c0c67faffba7324ef194fc2d642f74c1f2feb5a6 (plain)
1
2
3
4
5
import { s__ } from '~/locale';

export const FETCH_PACKAGE_VERSIONS_ERROR = s__(
  'PackageRegistry|Unable to fetch package version information.',
);