diff --git a/web/apps/photos/src/utils/billing/index.ts b/web/apps/photos/src/utils/billing/index.ts
index 5e2581147d..9492ed4e7c 100644
--- a/web/apps/photos/src/utils/billing/index.ts
+++ b/web/apps/photos/src/utils/billing/index.ts
@@ -284,7 +284,6 @@ function handleFailureReason(
switch (reason) {
case FAILURE_REASON.CANCELED:
setDialogMessage({
- title: t("MESSAGE"),
content: t("SUBSCRIPTION_PURCHASE_CANCELLED"),
close: { variant: "critical" },
});
diff --git a/web/packages/base/locales/en-US/translation.json b/web/packages/base/locales/en-US/translation.json
index e06ce000db..ff7664f49d 100644
--- a/web/packages/base/locales/en-US/translation.json
+++ b/web/packages/base/locales/en-US/translation.json
@@ -137,7 +137,6 @@
"ok": "OK",
"success": "Success",
"error": "Error",
- "MESSAGE": "Message",
"OFFLINE_MSG": "You are offline, cached memories are being shown",
"install": "Install",
"install_mobile_app": "Install our Android or iOS app to automatically backup all your photos",