diff --git a/src/lang/en.json b/src/lang/en.json
index 727358fdc..4b7511758 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1246,5 +1246,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.",
+ "Image reset to default": "Image reset to default"
}
diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue
index 74a5c3f66..f2fcebf7c 100644
--- a/src/pages/StatusPage.vue
+++ b/src/pages/StatusPage.vue
@@ -138,6 +138,9 @@