From a2ead8a8134423da2661149a26d9ed55e4628f97 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 28 Jul 2024 14:08:27 +0600 Subject: [PATCH] web/i18n/dialog: add more info to import warning --- web/i18n/en/dialog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/dialog.json b/web/i18n/en/dialog.json index 71af5485..4a993528 100644 --- a/web/i18n/en/dialog.json +++ b/web/i18n/en/dialog.json @@ -21,5 +21,5 @@ "safety.title": "important safety notice", - "import.body": "importing unknown or corrupted files may unexpectedly alter or break cobalt functionality. only import files that you've personally exported and haven't modified.\n\nwe are not responsible for any harm caused by importing unknown setting files." + "import.body": "importing unknown or corrupted files may unexpectedly alter or break cobalt functionality. only import files that you've personally exported and haven't modified. if you were asked to import this file by someone - don't do it.\n\nwe are not responsible for any harm caused by importing unknown setting files." }