remove duplicated content

pull/21833/head
Michael Telatynski 2021-07-21 10:17:09 +01:00
parent 1b2d70d816
commit bc87dc3c56
2 changed files with 1 additions and 6 deletions

View File

@ -109,11 +109,7 @@ const LeaveRoomsPicker = ({ space, roomsToLeave, setRoomsToLeave }) => {
} }
if (spaceChildren.length < 1) { if (spaceChildren.length < 1) {
return <div> return null;
BOLD:
{ _t("Are you sure you want to leave %(spaceName)s? " +
"You won't be able to rejoin unless you are re-invited", { spaceName: space.name }) }
</div>;
} }
return <div className="mx_LeaveSpaceDialog_section"> return <div className="mx_LeaveSpaceDialog_section">

View File

@ -2334,7 +2334,6 @@
"You will leave all subspaces and rooms in <spaceName/>.": "You will leave all subspaces and rooms in <spaceName/>.", "You will leave all subspaces and rooms in <spaceName/>.": "You will leave all subspaces and rooms in <spaceName/>.",
"You'll still be a part of all rooms and subspaces in <spaceName/> you've joined.": "You'll still be a part of all rooms and subspaces in <spaceName/> you've joined.", "You'll still be a part of all rooms and subspaces in <spaceName/> you've joined.": "You'll still be a part of all rooms and subspaces in <spaceName/> you've joined.",
"Pick which rooms and subspaces you want to leave.": "Pick which rooms and subspaces you want to leave.", "Pick which rooms and subspaces you want to leave.": "Pick which rooms and subspaces you want to leave.",
"Are you sure you want to leave %(spaceName)s? You won't be able to rejoin unless you are re-invited": "Are you sure you want to leave %(spaceName)s? You won't be able to rejoin unless you are re-invited",
"Choose which rooms you wish to leave": "Choose which rooms you wish to leave", "Choose which rooms you wish to leave": "Choose which rooms you wish to leave",
"Leave all subspaces and rooms": "Leave all subspaces and rooms", "Leave all subspaces and rooms": "Leave all subspaces and rooms",
"Don't leave any": "Don't leave any", "Don't leave any": "Don't leave any",