diff --git a/src/components/DataExportSection.vue b/src/components/DataExportSection.vue
index 737f8f2e..1a7383e0 100644
--- a/src/components/DataExportSection.vue
+++ b/src/components/DataExportSection.vue
@@ -30,7 +30,7 @@ messages * - Conditional UI based on platform capabilities * * @component *
:class="exportButtonClasses"
@click="exportDatabase()"
>
- {{ isExporting ? "Exporting..." : "Download Contacts" }}
+ {{ isExporting ? "Exporting..." : "Export Contacts" }}
+
+
+
diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue
index 9b7efd3e..12ff331e 100644
--- a/src/views/AccountViewView.vue
+++ b/src/views/AccountViewView.vue
@@ -375,45 +375,6 @@
Switch Identifier
-
-