From 66c29613181b0eb46334dae7e5339ee47c1d3c10 Mon Sep 17 00:00:00 2001 From: dasilvarosa Date: Wed, 25 Jul 2018 12:43:49 +0200 Subject: [PATCH] More information on clear cache modal --- static/i18n/en/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index cbed0f97..331c6b5b 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -399,7 +399,7 @@ }, "softResetModal": { "title": "Clear cache", - "desc": "Clearing the Ledger Live cache forces network resynchronization" + "desc": "Clearing the Ledger Live cache forces network resynchronization. Your settings and accounts are not affected. The private keys to access your crypto assets in the blockchain remain secure on your Ledger device and on your Recovery sheet." }, "removeAccountModal": { "title": "Remove account", @@ -459,4 +459,4 @@ "desc_2": "Please beware that Ledger does not provide financial, tax, or legal advice. You should take such decisions on your own or consult with reliable experts.", "cta": "Got it" } -} \ No newline at end of file +}