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

constants.js « usage_quotas « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f637d2417784c66c46e11d95b963442c9f102b46 (plain)
1
2
3
4
5
6
7
import { s__ } from '~/locale';

export const USAGE_QUOTAS_TITLE = s__('UsageQuota|Usage Quotas');

export const USAGE_QUOTAS_SUBTITLE = s__(
  'UsageQuota|Usage of group resources across the projects in the %{namespaceName} group',
);