summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ramsay <jramsay@gitlab.com>2018-06-20 12:21:45 +0000
committerJames Ramsay <james@jramsay.com.au>2018-06-20 08:46:23 -0400
commitfed8ee07907a1c6f448d7a7aef361dd482e770d7 (patch)
tree6ed1940f818d3d7ec2e2ae84dfe638118a753c3d
parentc815abbdc06fd37463b1383160a2aa1812729f4d (diff)
downloadgitlab-ce-jr-48133-web-ide-commit-ellipsis.tar.gz
Add ellipsis to Web IDE commit buttonjr-48133-web-ide-commit-ellipsis
The blue shortcut commit button opens the commit interface to actually perform the commit. The ellipsis indicates the button doesn't immediately perform the commit.
-rw-r--r--app/assets/javascripts/ide/components/commit_sidebar/form.vue2
-rw-r--r--changelogs/unreleased/jr-48133-web-ide-commit-ellipsis.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/components/commit_sidebar/form.vue b/app/assets/javascripts/ide/components/commit_sidebar/form.vue
index 955d9280728..14c74687ab4 100644
--- a/app/assets/javascripts/ide/components/commit_sidebar/form.vue
+++ b/app/assets/javascripts/ide/components/commit_sidebar/form.vue
@@ -117,7 +117,7 @@ export default {
class="btn btn-primary btn-sm btn-block"
@click="toggleIsSmall"
>
- {{ __('Commit') }}
+ {{ __('Commit…') }}
</button>
<p
class="text-center"
diff --git a/changelogs/unreleased/jr-48133-web-ide-commit-ellipsis.yml b/changelogs/unreleased/jr-48133-web-ide-commit-ellipsis.yml
new file mode 100644
index 00000000000..ac58eaccaaf
--- /dev/null
+++ b/changelogs/unreleased/jr-48133-web-ide-commit-ellipsis.yml
@@ -0,0 +1,5 @@
+---
+title: Add ellispsis to web ide commit button
+merge_request: 20030
+author:
+type: other