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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-09 15:12:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-09 15:12:04 +0300
commit399b67163d310261425c6c1b35adfbf606b77a86 (patch)
treef2ea08327a08db558708e935e9dc5c6be8e39967 /app/assets/javascripts/projects
parent7c2cf0604b6b51dae1773accb687cccabd657f44 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/projects')
-rw-r--r--app/assets/javascripts/projects/new/constants.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/projects/new/constants.js b/app/assets/javascripts/projects/new/constants.js
index e99600af3d5..c5e6722981b 100644
--- a/app/assets/javascripts/projects/new/constants.js
+++ b/app/assets/javascripts/projects/new/constants.js
@@ -12,7 +12,7 @@ export const DEPLOYMENT_TARGET_SELECTIONS = [
s__('DeploymentTarget|Serverless backend (Lambda, Cloud functions)'),
s__('DeploymentTarget|GitLab Pages'),
s__('DeploymentTarget|Other hosting service'),
- s__('DeploymentTarget|None'),
+ s__('DeploymentTarget|No deployment planned'),
];
export const NEW_PROJECT_FORM = 'new_project';