summaryrefslogtreecommitdiff
path: root/src/views/Login/Login.vue
diff options
context:
space:
mode:
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'
}
]
};