fix a non-existent description, move the description right below the image
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user