summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-03-08 17:34:13 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-03-08 17:34:13 +0000
commitadc5aabc2064dc1e187f463f8ebde730502402af (patch)
tree69dabeb9ed19fdd3eb499f44bd48baf9a91f492e
parentfd85f14c6a82cfa667ec55500a4ae33478e61d2b (diff)
parentc58dc4c974db636d6e673c1d2e8d0b0710f7e8fe (diff)
downloadgitlab-ce-adc5aabc2064dc1e187f463f8ebde730502402af.tar.gz
Merge branch 'docs-vue-templates' into 'master'
Rename VUE JS to Vue See merge request gitlab-org/gitlab-ce!17649
-rw-r--r--doc/development/i18n/externalization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/i18n/externalization.md b/doc/development/i18n/externalization.md
index c0ce49eb40b..856ef882453 100644
--- a/doc/development/i18n/externalization.md
+++ b/doc/development/i18n/externalization.md
@@ -45,7 +45,7 @@ We basically have 4 types of files:
1. Ruby files: basically Models and Controllers.
1. HAML files: these are the view files.
1. ERB files: used for email templates.
-1. JavaScript files: we mostly need to work with VUE JS templates.
+1. JavaScript files: we mostly need to work with Vue templates.
### Ruby files