localized export filename
This commit is contained in:
parent
4d9f0b2b31
commit
8087c72481
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ export default {
|
||||||
},
|
},
|
||||||
showExportSummary(filename) {
|
showExportSummary(filename) {
|
||||||
this.progress = null;
|
this.progress = null;
|
||||||
let description = localize("buto", filename);
|
let description = localize("buto", `"${filename}"`);
|
||||||
this.$showModal(ConfirmDialog, {
|
this.$showModal(ConfirmDialog, {
|
||||||
props: {
|
props: {
|
||||||
title: "expSuc",
|
title: "expSuc",
|
||||||
|
|
Loading…
Reference in a new issue