From c2b6af3b7e8dbbb356f9fc1045decf034a994ac6 Mon Sep 17 00:00:00 2001 From: Thore Strassburg Date: Fri, 25 Mar 2022 11:50:07 +0100 Subject: [PATCH] dapp: adapt update message to express the risk This is just a "hot fix". That means that the next update will include a breaking change in terms of new contracts. Users should not simply update without withdrawing their funds first. In future this will be replaced with a proper feature that is able to determine of which kind an update is to alternate the update message. --- raiden-dapp/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raiden-dapp/src/locales/en.json b/raiden-dapp/src/locales/en.json index fde1c8e820..ec04ee587f 100644 --- a/raiden-dapp/src/locales/en.json +++ b/raiden-dapp/src/locales/en.json @@ -248,7 +248,7 @@ "transfer-from-raiden-account": "Transfer ETH from Raiden Account to Main Account" }, "update": { - "updateAvailable": "A new version is available.", + "updateAvailable": "A new version is available. Please make sure to withdraw your funds before updating!", "updateMandatory": "Something happened to the local cached version. Perhaps the browser storage got cleared. You must update to get the app working again. You will not lose your current state.", "update": "Update", "updateInProgress": "Please wait for the update to finish."