Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Bug: translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hqy2000 committed Mar 11, 2018
1 parent ead0f29 commit 2125760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/Components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
}, created: function () {
document.getElementById('recaptcha').style.visibility = 'hidden';
}, mounted: function () {
this.username = this.$t('username')
this.username = this.$t('not-login')
this.reload()
this.initReCaptcha()
this.loadWebP()
Expand Down

0 comments on commit 2125760

Please sign in to comment.