From f26d2db33844347d149a356e5225d60d78d0d0f2 Mon Sep 17 00:00:00 2001 From: ryanml Date: Fri, 19 Aug 2022 08:50:29 -0700 Subject: [PATCH] Fix stray space/period in Custom Token warning text (#15650) --- app/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 6f57e8c1a..00374a936 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -838,7 +838,7 @@ "message": "Token detection is not available on this network yet. Please import token manually and make sure you trust it. Learn about $1" }, "customTokenWarningInTokenDetectionNetwork": { - "message": "Before manually importing a token, make sure you trust it. Learn about $1." + "message": "Before manually importing a token, make sure you trust it. Learn about $1" }, "customTokenWarningInTokenDetectionNetworkWithTDOFF": { "message": "Make sure you trust a token before you import it. Learn how to avoid $1. You can also enable token detection $2."