diff --git a/app/components/Settings/Database.vue b/app/components/Settings/Database.vue index 23ec8cb9..0e9b01b8 100644 --- a/app/components/Settings/Database.vue +++ b/app/components/Settings/Database.vue @@ -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",