Fix translation things.

This commit is contained in:
James Cole
2019-10-05 16:43:24 +02:00
parent bb6aa568ba
commit fee0eb68d5
28 changed files with 499 additions and 363 deletions

View File

@@ -560,7 +560,7 @@
this.setDefaultErrors();
this.error_message = "";
if (errors.message.length > 0) {
this.error_message = $t('firefly.errors_submission');
this.error_message = this.$t('firefly.errors_submission');
} else {
this.error_message = '';
}