This commit is contained in:
syuilo 2018-08-19 18:38:15 +09:00
commit 19d979c330

View file

@ -98,7 +98,7 @@ export default Vue.extend({
})
.catch(e => {
this.avatarUploading = false;
alert('%18n:!@upload-failed%');
alert('%18n:@upload-failed%');
});
},
@ -120,7 +120,7 @@ export default Vue.extend({
})
.catch(e => {
this.bannerUploading = false;
alert('%18n:!@upload-failed%');
alert('%18n:@upload-failed%');
});
},