-
-
Notifications
You must be signed in to change notification settings - Fork 828
Rephrased inconsistent "ban" in the room space. #7576
Conversation
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
@HarHarLinks can you review the changes:sweat_smile:? |
Since this touches i18n, this needs to interact with weblate, which I don't know how the workflow is. Might be automatic. However not critical, since the meaning doesn't really change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is fine, but this needs design review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will wrongly say Ban from room
when looking at a User in the context of a Space.
@t3chguy doesn't the other one say "Remove from room" for kicks? |
Yup, its a bug, ideally not one we proliferate |
Hopefully design's review can cover both cases then. |
Sorry to disturb but what is the review frequency of the design team:sweat_smile:? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As stated in previous comments, there is an issue with the sentence "remove from room" as this does not work for Spaces. Could we use a more general term like "Remove user" so it can apply to both room and spaces scenarios?
No, since then it is unclear where it might remove the user from. Viewing the member list in a room that is accessible by space members, one might not be certain whether that means room or space. As a server admin, one might even think it deletes the account altogether. |
Can we programmatically differentiate between Rooms and Spaces? If yes, then I'd prefer options like: Remove from room / Remove from space |
This was already done by #8281 |
Signed-off-by: ankur12-1610 anknerd.12@gmail.com
Fixes: element-web/20578
Before:
After:
Here's what your changelog entry will look like:
🐛 Bug Fixes