fix importer/exporter i18n

This commit is contained in:
Henry Jameson 2021-04-25 14:12:34 +03:00
commit e47d5ba53b
4 changed files with 10 additions and 35 deletions

View file

@ -7,14 +7,14 @@
spin
/>
<span>{{ processingMessage }}</span>
<span>{{ processingMessage || $t('exporter.processing') }}</span>
</div>
<button
v-else
class="btn button-default"
@click="process"
>
{{ exportButtonLabel }}
{{ exportButtonLabel || $t('exporter.export') }}
</button>
</div>
</template>