diff --git a/resources/js/Components/MismatchRow.vue b/resources/js/Components/MismatchRow.vue index 8dd94813..b5b3cfcf 100644 --- a/resources/js/Components/MismatchRow.vue +++ b/resources/js/Components/MismatchRow.vue @@ -12,12 +12,12 @@ {{mismatch.type}} - {{ this.$i18n('statement') }} + {{ $i18n('statement') }} - {{ this.$i18n('empty-value') }} + {{ $i18n('empty-value') }} @@ -99,22 +99,20 @@ {{uploadDate}}
- {{this.mismatch.import_meta.description}} + {{mismatch.import_meta.description}}
-