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-03-22 12:07:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-22 12:07:15 +0300
commit4c7e34071eceb05a9ce271354c21de7487e4ff84 (patch)
treec8dde05c2cd3ad6d110668db9b3a87f79fd57b85 /app/assets/javascripts/projects
parent07bb2516a08ccfec493ba661502f8fd8a6229c67 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/projects')
-rw-r--r--app/assets/javascripts/projects/default_project_templates.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/javascripts/projects/default_project_templates.js b/app/assets/javascripts/projects/default_project_templates.js
index 0393d82ca36..6708b7bd9e2 100644
--- a/app/assets/javascripts/projects/default_project_templates.js
+++ b/app/assets/javascripts/projects/default_project_templates.js
@@ -57,9 +57,9 @@ export default {
text: s__('ProjectTemplates|Pages/Hexo'),
icon: '.template-option .icon-hexo',
},
- sse_middleman: {
- text: s__('ProjectTemplates|Static Site Editor/Middleman'),
- icon: '.template-option .icon-sse_middleman',
+ middleman: {
+ text: s__('ProjectTemplates|Pages/Middleman'),
+ icon: '.template-option .icon-middleman',
},
gitpod_spring_petclinic: {
text: s__('ProjectTemplates|Gitpod/Spring Petclinic'),