[web] Remove unnecessary translation (#3382)
This title is not adding anything to the dialog
This commit is contained in:
@@ -284,7 +284,6 @@ function handleFailureReason(
|
||||
switch (reason) {
|
||||
case FAILURE_REASON.CANCELED:
|
||||
setDialogMessage({
|
||||
title: t("MESSAGE"),
|
||||
content: t("SUBSCRIPTION_PURCHASE_CANCELLED"),
|
||||
close: { variant: "critical" },
|
||||
});
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user