summaryrefslogtreecommitdiff
path: root/src/views/Login/Login.vue
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-03-06 01:51:09 +0300
committerDerick Montague <derick.montague@ibm.com>2020-03-07 09:05:32 +0300
commit702ba3ee5126449ef6df744d4ae4766ddba7dfb1 (patch)
treee26343f36b1e4c50ef500873aca51e0ab43101ee /src/views/Login/Login.vue
parent4c69f5b7658337b8d621c3c26aa30708848e63ed (diff)
downloadwebui-vue-702ba3ee5126449ef6df744d4ae4766ddba7dfb1.tar.xz
Update Language translation menu
Based on community feedback, language options should be displayed in native language, e.g Spanish -> Español Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ic066ade3262db7594de851f7219b653ea87af4c3
Diffstat (limited to 'src/views/Login/Login.vue')
-rw-r--r--src/views/Login/Login.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index fd6e711c..bed58dc6 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -97,11 +97,11 @@ export default {
languages: [
{
value: 'en-US',
- text: this.$t('pageLogin.form.english')
+ text: 'English'
},
{
value: 'es',
- text: this.$t('pageLogin.form.spanish')
+ text: 'Español'
}
]
};