feat: add i18n to subscriptions import page

This commit is contained in:
Bnyro
2025-01-09 14:27:14 +01:00
parent 9352e96d9c
commit fe42087085
4 changed files with 12 additions and 7 deletions

View File

@@ -27,7 +27,7 @@
</label>
</div>
</form>
<button class="btn mt-4" @click="handleExport" v-text="$t('actions.export_history')" />
<button class="btn mt-4" @click="handleExport" v-text="$t('actions.export')" />
</div>
</ModalComponent>
</template>