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-04-12 12:08:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-12 12:08:22 +0300
commit2e3f13a01a2833f85fb2201a245205b8e9d0ca9a (patch)
treee827a69320fa3f457d22a243672ab5f0857c2cdd /app/assets/javascripts/ide
parent9e10ffebdd7550dc72c1124aa5db2eaa97dd0282 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/ide')
-rw-r--r--app/assets/javascripts/ide/components/ide.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/components/ide.vue b/app/assets/javascripts/ide/components/ide.vue
index e345e5dc099..45bbf93ebc9 100644
--- a/app/assets/javascripts/ide/components/ide.vue
+++ b/app/assets/javascripts/ide/components/ide.vue
@@ -166,7 +166,7 @@ export default {
}}
</p>
<gl-button
- variant="success"
+ variant="confirm"
category="primary"
:title="__('New file')"
:aria-label="__('New file')"