From 920c7bb61282480f1328669b6c016d2651814f81 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 1 Jan 2024 15:37:46 -0700 Subject: [PATCH] adjust look & message on DB download --- src/views/AccountViewView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 010705e..66959f7 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -147,14 +147,14 @@ > Backup Identifier Seed - Download Settings & Contacts
(excluding Identifier Data) -
+
@@ -843,7 +843,7 @@ export default class AccountViewView extends Vue { group: "alert", type: "success", title: "Download Started", - text: "See your downloads directory for the backup.", + text: "See your downloads directory for the backup. It is in the Dexie format.", }, -1, );