diff --git a/frontend/src/locales/messages/en-US.json b/frontend/src/locales/messages/en-US.json
index b1446406..f888dd56 100644
--- a/frontend/src/locales/messages/en-US.json
+++ b/frontend/src/locales/messages/en-US.json
@@ -47,7 +47,8 @@
"subscribed-events": "Subscribed Events",
"test-message-sent": "Test Message Sent",
"refresh": "Refresh",
- "new-version": "New version available!"
+ "new-version": "New version available!",
+ "delete-event": "Delete Event"
},
"general": {
"apply": "Apply",
@@ -303,7 +304,8 @@
"full-backup": "Full Backup",
"import-summary": "Import Summary",
"partial-backup": "Partial Backup",
- "unable-to-delete-backup": "Unable to Delete Backup."
+ "unable-to-delete-backup": "Unable to Delete Backup.",
+ "delete-backup": "Delete Backup"
},
"backup-and-exports": "Backups",
"backup-info": "Backups are exported in standard JSON format along with all the images stored on the file system. In your backup folder you'll find a .zip file that contains all of the recipe JSON and images from the database. Additionally, if you selected a markdown file, those will also be stored in the .zip file. To import a backup, it must be located in your backups folder. Automated backups are done each day at 3:00 AM.",
diff --git a/frontend/src/pages/Admin/Dashboard/BackupViewer.vue b/frontend/src/pages/Admin/Dashboard/BackupViewer.vue
index b0365fc2..c67328c6 100644
--- a/frontend/src/pages/Admin/Dashboard/BackupViewer.vue
+++ b/frontend/src/pages/Admin/Dashboard/BackupViewer.vue
@@ -8,6 +8,14 @@
@import="importBackup"
@delete="deleteBackup"
/>
+