Update copy
This commit is contained in:
parent
0697470cc8
commit
6454aa7a95
2 changed files with 5 additions and 14 deletions
|
@ -565,10 +565,7 @@ const RoomKickButton = ({ room, member, startUpdating, stopUpdating }: Omit<IBas
|
||||||
},
|
},
|
||||||
allLabel: _t("Kick them from everything I'm able to"),
|
allLabel: _t("Kick them from everything I'm able to"),
|
||||||
specificLabel: _t("Kick them from specific things I'm able to"),
|
specificLabel: _t("Kick them from specific things I'm able to"),
|
||||||
warningMessage: _t("If you're not an admin of a room or space in <SpaceName/>, " +
|
warningMessage: _t("They'll still be able to access whatever you're not an admin of."),
|
||||||
"they'll still be able to access whatever you're not an admin of.", {}, {
|
|
||||||
SpaceName: () => <b>{ room.name }</b>,
|
|
||||||
}),
|
|
||||||
},
|
},
|
||||||
room.isSpaceRoom() ? "mx_ConfirmSpaceUserActionDialog_wrapper" : undefined,
|
room.isSpaceRoom() ? "mx_ConfirmSpaceUserActionDialog_wrapper" : undefined,
|
||||||
);
|
);
|
||||||
|
@ -721,14 +718,8 @@ const BanToggleButton = ({ room, member, startUpdating, stopUpdating }: Omit<IBa
|
||||||
? _t("Unban them from specific things I'm able to")
|
? _t("Unban them from specific things I'm able to")
|
||||||
: _t("Ban them from specific things I'm able to"),
|
: _t("Ban them from specific things I'm able to"),
|
||||||
warningMessage: isBanned
|
warningMessage: isBanned
|
||||||
? _t("If you’re not an admin of a room or space in <SpaceName/>, " +
|
? _t("They won't be able to access whatever you're not an admin of.")
|
||||||
"they still won't be able to access whatever you're not an admin of.", {}, {
|
: _t("They'll still be able to access whatever you're not an admin of."),
|
||||||
SpaceName: () => <b>{ room.name }</b>,
|
|
||||||
})
|
|
||||||
: _t("If you're not an admin of a room or space in <SpaceName/>, " +
|
|
||||||
"they'll still be able to access whatever you're not an admin of.", {}, {
|
|
||||||
SpaceName: () => <b>{ room.name }</b>,
|
|
||||||
}),
|
|
||||||
},
|
},
|
||||||
room.isSpaceRoom() ? "mx_ConfirmSpaceUserActionDialog_wrapper" : undefined,
|
room.isSpaceRoom() ? "mx_ConfirmSpaceUserActionDialog_wrapper" : undefined,
|
||||||
);
|
);
|
||||||
|
|
|
@ -1851,7 +1851,7 @@
|
||||||
"Kick from %(roomName)s": "Kick from %(roomName)s",
|
"Kick from %(roomName)s": "Kick from %(roomName)s",
|
||||||
"Kick them from everything I'm able to": "Kick them from everything I'm able to",
|
"Kick them from everything I'm able to": "Kick them from everything I'm able to",
|
||||||
"Kick them from specific things I'm able to": "Kick them from specific things I'm able to",
|
"Kick them from specific things I'm able to": "Kick them from specific things I'm able to",
|
||||||
"If you're not an admin of a room or space in <SpaceName/>, they'll still be able to access whatever you're not an admin of.": "If you're not an admin of a room or space in <SpaceName/>, they'll still be able to access whatever you're not an admin of.",
|
"They'll still be able to access whatever you're not an admin of.": "They'll still be able to access whatever you're not an admin of.",
|
||||||
"Failed to kick": "Failed to kick",
|
"Failed to kick": "Failed to kick",
|
||||||
"No recent messages by %(user)s found": "No recent messages by %(user)s found",
|
"No recent messages by %(user)s found": "No recent messages by %(user)s found",
|
||||||
"Try scrolling up in the timeline to see if there are any earlier ones.": "Try scrolling up in the timeline to see if there are any earlier ones.",
|
"Try scrolling up in the timeline to see if there are any earlier ones.": "Try scrolling up in the timeline to see if there are any earlier ones.",
|
||||||
|
@ -1869,7 +1869,7 @@
|
||||||
"Ban them from everything I'm able to": "Ban them from everything I'm able to",
|
"Ban them from everything I'm able to": "Ban them from everything I'm able to",
|
||||||
"Unban them from specific things I'm able to": "Unban them from specific things I'm able to",
|
"Unban them from specific things I'm able to": "Unban them from specific things I'm able to",
|
||||||
"Ban them from specific things I'm able to": "Ban them from specific things I'm able to",
|
"Ban them from specific things I'm able to": "Ban them from specific things I'm able to",
|
||||||
"If you’re not an admin of a room or space in <SpaceName/>, they still won't be able to access whatever you're not an admin of.": "If you’re not an admin of a room or space in <SpaceName/>, they still won't be able to access whatever you're not an admin of.",
|
"They won't be able to access whatever you're not an admin of.": "They won't be able to access whatever you're not an admin of.",
|
||||||
"Failed to ban user": "Failed to ban user",
|
"Failed to ban user": "Failed to ban user",
|
||||||
"Failed to mute user": "Failed to mute user",
|
"Failed to mute user": "Failed to mute user",
|
||||||
"Unmute": "Unmute",
|
"Unmute": "Unmute",
|
||||||
|
|
Loading…
Reference in a new issue