localized export filename

This commit is contained in:
vishnuraghavb 2021-04-18 20:12:14 +05:30
parent 4d9f0b2b31
commit 8087c72481

View file

@ -262,7 +262,7 @@ export default {
},
showExportSummary(filename) {
this.progress = null;
let description = localize("buto", filename);
let description = localize("buto", `"${filename}"`);
this.$showModal(ConfirmDialog, {
props: {
title: "expSuc",