fix a non-existent description, move the description right below the image

This commit is contained in:
2025-06-07 15:33:29 -06:00
parent 485eac59a0
commit 41dad3254d
4 changed files with 16 additions and 16 deletions

View File

@@ -74,7 +74,6 @@ import {
PlatformCapabilities,
} from "../services/PlatformService";
import { contactsToExportJson } from "../libs/util";
import { db } from "../db/index";
/**
* @vue-component
@@ -177,7 +176,7 @@ export default class DataExportSection extends Vue {
type: "success",
title: "Export Successful",
text: this.platformCapabilities.hasFileDownload
? "See your downloads directory for the backup. It is in JSON format."
? "See your downloads directory for the backup."
: "The backup file has been saved.",
},
3000,