mirror of https://github.com/vector-im/riot-web
homeserver
parent
9d2f223773
commit
168b956b3c
|
@ -1001,7 +1001,7 @@ export default React.createClass({
|
||||||
if (err.errcode == 'M_CANNOT_LEAVE_SERVER_NOTICE_ROOM') {
|
if (err.errcode == 'M_CANNOT_LEAVE_SERVER_NOTICE_ROOM') {
|
||||||
title = _t("Can't leave Server Notices room");
|
title = _t("Can't leave Server Notices room");
|
||||||
message = _t(
|
message = _t(
|
||||||
"This room is used for important messages from the Home Server, " +
|
"This room is used for important messages from the Homeserver, " +
|
||||||
"so you cannot leave it.",
|
"so you cannot leave it.",
|
||||||
);
|
);
|
||||||
} else if (err && err.message) {
|
} else if (err && err.message) {
|
||||||
|
|
|
@ -950,7 +950,7 @@
|
||||||
"Are you sure you want to leave the room '%(roomName)s'?": "Are you sure you want to leave the room '%(roomName)s'?",
|
"Are you sure you want to leave the room '%(roomName)s'?": "Are you sure you want to leave the room '%(roomName)s'?",
|
||||||
"Failed to leave room": "Failed to leave room",
|
"Failed to leave room": "Failed to leave room",
|
||||||
"Can't leave Server Notices room": "Can't leave Server Notices room",
|
"Can't leave Server Notices room": "Can't leave Server Notices room",
|
||||||
"This room is used for important messages from the Home Server, so you cannot leave it.": "This room is used for important messages from the Home Server, so you cannot leave it.",
|
"This room is used for important messages from the Homeserver, so you cannot leave it.": "This room is used for important messages from the Homeserver, so you cannot leave it.",
|
||||||
"Signed Out": "Signed Out",
|
"Signed Out": "Signed Out",
|
||||||
"For security, this session has been signed out. Please sign in again.": "For security, this session has been signed out. Please sign in again.",
|
"For security, this session has been signed out. Please sign in again.": "For security, this session has been signed out. Please sign in again.",
|
||||||
"Terms and Conditions": "Terms and Conditions",
|
"Terms and Conditions": "Terms and Conditions",
|
||||||
|
|
Loading…
Reference in New Issue