summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry/explorer/constants/quick_start.js
blob: 6a39c07eba2bdd81a8d4209b437daab85ebb0fbc (plain)
1
2
3
4
5
6
7
8
9
import { s__ } from '~/locale';

export const QUICK_START = s__('ContainerRegistry|CLI Commands');
export const LOGIN_COMMAND_LABEL = s__('ContainerRegistry|Login');
export const COPY_LOGIN_TITLE = s__('ContainerRegistry|Copy login command');
export const BUILD_COMMAND_LABEL = s__('ContainerRegistry|Build an image');
export const COPY_BUILD_TITLE = s__('ContainerRegistry|Copy build command');
export const PUSH_COMMAND_LABEL = s__('ContainerRegistry|Push an image');
export const COPY_PUSH_TITLE = s__('ContainerRegistry|Copy push command');