diff --git a/src/lang/en.json b/src/lang/en.json
index 3d01267e7..b6cefcefb 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1223,5 +1223,6 @@
"labelDomainNameExpiryNotification": "Domain Name Expiry Notification",
"domainExpiryDescription": "Trigger notification when domain names expires in:",
"minimumIntervalWarning": "Intervals below 20 seconds may result in poor performance.",
- "lowIntervalWarning": "Are you sure want to set the interval value below 20 seconds? Performance may be degraded, particularly if there are a large number of monitors."
+ "lowIntervalWarning": "Are you sure want to set the interval value below 20 seconds? Performance may be degraded, particularly if there are a large number of monitors.",
+ "imageResetConfirmation": "Image reset to default"
}
diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue
index 74a5c3f66..7b2426a3c 100644
--- a/src/pages/StatusPage.vue
+++ b/src/pages/StatusPage.vue
@@ -138,6 +138,9 @@