summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/commit_sidebar/form.vue
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 /app/assets/javascripts/ide/components/commit_sidebar/form.vue
parentc815abbdc06fd37463b1383160a2aa1812729f4d (diff)
downloadgitlab-ce-fed8ee07907a1c6f448d7a7aef361dd482e770d7.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.
Diffstat (limited to 'app/assets/javascripts/ide/components/commit_sidebar/form.vue')
-rw-r--r--app/assets/javascripts/ide/components/commit_sidebar/form.vue2
1 files changed, 1 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"