i18n (#6171)
* i18n Resolve #6155 * i18n for drive * ✌️ * Extract doc Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
This commit is contained in:
@ -155,7 +155,7 @@ export default Vue.extend({
|
||||
if (err === null) return;
|
||||
this.$root.dialog({
|
||||
type: 'error',
|
||||
text: this.$t('login-failed')
|
||||
text: this.$t('signinFailed')
|
||||
});
|
||||
this.signing = false;
|
||||
});
|
||||
@ -176,7 +176,7 @@ export default Vue.extend({
|
||||
}).catch(() => {
|
||||
this.$root.dialog({
|
||||
type: 'error',
|
||||
text: this.$t('login-failed')
|
||||
text: this.$t('signinFailed')
|
||||
});
|
||||
this.challengeData = null;
|
||||
this.totpLogin = false;
|
||||
|
Reference in New Issue
Block a user