mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Fix translation things.
This commit is contained in:
@@ -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 = '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user