Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « details « infrastructure_registry « packages_and_registries « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.',
);