summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-01-05 17:04:08 +0100
committerTim Zallmann <tzallmann@gitlab.com>2018-01-05 17:04:08 +0100
commitfa0aaaddd2d8b0367d398af9d954e744f2b5404c (patch)
tree2243347a84ba191480abd1256f2ed5f0819688a2
parentfd36edfc1c6b07593f11a39575d03affd02ea032 (diff)
downloadgitlab-ce-41048-helpful-and-instructing-empty-state-for-multi-file-editor.tar.gz
-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 73b373f6ab8..26a70f6e748 100644
--- a/app/assets/javascripts/ide/components/ide.vue
+++ b/app/assets/javascripts/ide/components/ide.vue
@@ -82,7 +82,7 @@ export default {
Welcome to the GitLab IDE
</h4>
<p>
- You can select a file in the left sidebar to begin editing.
+ You can select a file in the left sidebar to begin editing and use the right sidebar to commit your changes.
</p>
</div>
</div>