This commit is contained in:
Aya Morisawa 2018-08-19 13:32:02 +09:00
parent d60c3c4ee3
commit 566317dc83

View file

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