[web] Remove unnecessary translation (#3382)

This title is not adding anything to the dialog
This commit is contained in:
Manav Rathi
2024-09-21 15:49:02 +05:30
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -284,7 +284,6 @@ function handleFailureReason(
switch (reason) {
case FAILURE_REASON.CANCELED:
setDialogMessage({
title: t("MESSAGE"),
content: t("SUBSCRIPTION_PURCHASE_CANCELLED"),
close: { variant: "critical" },
});

View File

@@ -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 <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",