forked from trent_larson/crowd-funder-for-time-pwa
adjust look & message on DB download
This commit is contained in:
@@ -147,14 +147,14 @@
|
|||||||
>
|
>
|
||||||
Backup Identifier Seed
|
Backup Identifier Seed
|
||||||
</router-link>
|
</router-link>
|
||||||
<a
|
<button
|
||||||
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-6"
|
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-6"
|
||||||
@click="exportDatabase()"
|
@click="exportDatabase()"
|
||||||
>
|
>
|
||||||
Download Settings & Contacts
|
Download Settings & Contacts
|
||||||
<br />
|
<br />
|
||||||
(excluding Identifier Data)
|
(excluding Identifier Data)
|
||||||
</a>
|
</button>
|
||||||
<a ref="downloadLink" />
|
<a ref="downloadLink" />
|
||||||
|
|
||||||
<div v-if="activeDid" class="my-8">
|
<div v-if="activeDid" class="my-8">
|
||||||
@@ -843,7 +843,7 @@ export default class AccountViewView extends Vue {
|
|||||||
group: "alert",
|
group: "alert",
|
||||||
type: "success",
|
type: "success",
|
||||||
title: "Download Started",
|
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,
|
-1,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user