From 2d010e81c73de9b9bd5ac043699a64b79a153f31 Mon Sep 17 00:00:00 2001 From: Vic Shybaiev Date: Sat, 21 Oct 2017 13:22:15 +0300 Subject: [PATCH] [bug #2259] Fixing the misleading message about purpose of the public key --- src/status_im/translations/en.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/translations/en.cljs b/src/status_im/translations/en.cljs index 6b63d1162a..3a273b584e 100644 --- a/src/status_im/translations/en.cljs +++ b/src/status_im/translations/en.cljs @@ -275,7 +275,7 @@ :scan-qr "Scan QR code" :name "Name" :whisper-identity "Whisper Identity" - :address-explication "Your address is what identifies you on Ethereum and is a series of numbers and letters beginning with '0x'" + :address-explication "Your public key is what identifies you on Ethereum and is a series of numbers and letters" :enter-valid-address "Please enter a valid address or scan a QR code" :enter-valid-public-key "Please enter a valid public key or scan a QR code" :contact-already-added "The contact has already been added"