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 e4ef1adb13..e3aaf044c3 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -481,7 +481,7 @@ "Pencil": "Pencil", "Paperclip": "Paperclip", "Scissors": "Scissors", - "Padlock": "Padlock", + "Lock": "Lock", "Key": "Key", "Hammer": "Hammer", "Telephone": "Telephone",