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

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

export const FEATURE_NAME = s__('MlExperimentTracking|Machine learning experiment tracking');

export const FEATURE_FEEDBACK_ISSUE = 'https://gitlab.com/gitlab-org/gitlab/-/issues/381660';