You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Fix spelling
This commit is contained in:
@@ -92,7 +92,7 @@ export default React.createClass({
|
|||||||
<p>
|
<p>
|
||||||
{_t(
|
{_t(
|
||||||
"Upgrading this room requires closing down the current " +
|
"Upgrading this room requires closing down the current " +
|
||||||
"instance of the room and creating a new room it its place. " +
|
"instance of the room and creating a new room in its place. " +
|
||||||
"To give room members the best possible experience, we will:",
|
"To give room members the best possible experience, we will:",
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1204,7 +1204,7 @@
|
|||||||
"The room upgrade could not be completed": "The room upgrade could not be completed",
|
"The room upgrade could not be completed": "The room upgrade could not be completed",
|
||||||
"Upgrade this room to version %(version)s": "Upgrade this room to version %(version)s",
|
"Upgrade this room to version %(version)s": "Upgrade this room to version %(version)s",
|
||||||
"Upgrade Room Version": "Upgrade Room Version",
|
"Upgrade Room Version": "Upgrade Room Version",
|
||||||
"Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:",
|
"Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:",
|
||||||
"Create a new room with the same name, description and avatar": "Create a new room with the same name, description and avatar",
|
"Create a new room with the same name, description and avatar": "Create a new room with the same name, description and avatar",
|
||||||
"Update any local room aliases to point to the new room": "Update any local room aliases to point to the new room",
|
"Update any local room aliases to point to the new room": "Update any local room aliases to point to the new room",
|
||||||
"Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room",
|
"Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room",
|
||||||
|
|||||||
Reference in New Issue
Block a user