You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Merge pull request #2652 from aaronraimist/scisors
Fix typo "Scisors" -> "Scissors"
This commit is contained in:
@@ -140,7 +140,7 @@ _td("Light bulb");
|
|||||||
_td("Book");
|
_td("Book");
|
||||||
_td("Pencil");
|
_td("Pencil");
|
||||||
_td("Paperclip");
|
_td("Paperclip");
|
||||||
_td("Scisors");
|
_td("Scissors");
|
||||||
_td("Padlock");
|
_td("Padlock");
|
||||||
_td("Key");
|
_td("Key");
|
||||||
_td("Hammer");
|
_td("Hammer");
|
||||||
|
|||||||
@@ -382,7 +382,7 @@
|
|||||||
"Book": "Book",
|
"Book": "Book",
|
||||||
"Pencil": "Pencil",
|
"Pencil": "Pencil",
|
||||||
"Paperclip": "Paperclip",
|
"Paperclip": "Paperclip",
|
||||||
"Scisors": "Scisors",
|
"Scissors": "Scissors",
|
||||||
"Padlock": "Padlock",
|
"Padlock": "Padlock",
|
||||||
"Key": "Key",
|
"Key": "Key",
|
||||||
"Hammer": "Hammer",
|
"Hammer": "Hammer",
|
||||||
|
|||||||
Reference in New Issue
Block a user