Merge pull request #3825 from aaronraimist/lock
Emoji verification: Change name of 🔒 to lock
This commit is contained in:
commit
9cedfeb007
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ _td("Book");
|
||||||
_td("Pencil");
|
_td("Pencil");
|
||||||
_td("Paperclip");
|
_td("Paperclip");
|
||||||
_td("Scissors");
|
_td("Scissors");
|
||||||
_td("Padlock");
|
_td("Lock");
|
||||||
_td("Key");
|
_td("Key");
|
||||||
_td("Hammer");
|
_td("Hammer");
|
||||||
_td("Telephone");
|
_td("Telephone");
|
||||||
|
|
|
@ -481,7 +481,7 @@
|
||||||
"Pencil": "Pencil",
|
"Pencil": "Pencil",
|
||||||
"Paperclip": "Paperclip",
|
"Paperclip": "Paperclip",
|
||||||
"Scissors": "Scissors",
|
"Scissors": "Scissors",
|
||||||
"Padlock": "Padlock",
|
"Lock": "Lock",
|
||||||
"Key": "Key",
|
"Key": "Key",
|
||||||
"Hammer": "Hammer",
|
"Hammer": "Hammer",
|
||||||
"Telephone": "Telephone",
|
"Telephone": "Telephone",
|
||||||
|
|
Loading…
Reference in a new issue