From 8087c72481fed3a8240617b40bdfa0f7db1af771 Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Sun, 18 Apr 2021 20:12:14 +0530 Subject: [PATCH] localized export filename --- app/components/Settings/Database.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",