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) {
|
||||
this.progress = null;
|
||||
let description = localize("buto", filename);
|
||||
let description = localize("buto", `"${filename}"`);
|
||||
this.$showModal(ConfirmDialog, {
|
||||
props: {
|
||||
title: "expSuc",
|
||||
|
|
Loading…
Reference in a new issue