From 6cf5b3f1a23774e4946875efeb8d7e62265e7cfb Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 9 Jan 2020 21:56:17 -0600 Subject: [PATCH] =?UTF-8?q?Emoji=20verification:=20Change=20name=20of=20?= =?UTF-8?q?=F0=9F=94=92=20to=20lock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aaron Raimist --- src/components/views/verification/VerificationShowSas.js | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/verification/VerificationShowSas.js b/src/components/views/verification/VerificationShowSas.js index e7846a0199..ca2eab3e17 100644 --- a/src/components/views/verification/VerificationShowSas.js +++ b/src/components/views/verification/VerificationShowSas.js @@ -140,7 +140,7 @@ _td("Book"); _td("Pencil"); _td("Paperclip"); _td("Scissors"); -_td("Padlock"); +_td("Lock"); _td("Key"); _td("Hammer"); _td("Telephone"); diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 4311733b51..cce86878c2 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -480,7 +480,7 @@ "Pencil": "Pencil", "Paperclip": "Paperclip", "Scissors": "Scissors", - "Padlock": "Padlock", + "Lock": "Lock", "Key": "Key", "Hammer": "Hammer", "Telephone": "Telephone",