diff --git a/app/assets/javascripts/projects/new/constants.js b/app/assets/javascripts/projects/new/constants.js
index e99600af3d5998805cb08298c3584a0d7b8be7ae..c5e6722981b7f6c9f9473010f31bd5bd0a080589 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';
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index c9bce6fcbe71a92f6ef61d1be382a986aa2d2999..c48a8a1049121475b9c260cd76c6184af005fd0c 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -12140,7 +12140,7 @@ msgstr ""
 msgid "DeploymentTarget|Mobile app store"
 msgstr ""
 
-msgid "DeploymentTarget|None"
+msgid "DeploymentTarget|No deployment planned"
 msgstr ""
 
 msgid "DeploymentTarget|Other hosting service"