Make notification settings copy/layout more user-friendly (#34120)
* Make notification settings copy/layout more user-friendly and closer to EX. * Fix E2E tests.
This commit is contained in:
@@ -89,9 +89,9 @@ const RULE_DISPLAY_ORDER: string[] = [
|
||||
RuleId.EncryptedMessage,
|
||||
|
||||
// Mentions
|
||||
RuleId.ContainsDisplayName,
|
||||
RuleId.ContainsUserName,
|
||||
RuleId.AtRoomNotification,
|
||||
RuleId.ContainsDisplayName,
|
||||
|
||||
// Other
|
||||
RuleId.InviteToSelf,
|
||||
|
||||
@@ -231,7 +231,7 @@ export default class NotificationsSettingsTab extends React.Component<IProps, IS
|
||||
value: RoomNotifState.Mute,
|
||||
label: (
|
||||
<>
|
||||
{_t("common|off")}
|
||||
{_t("common|mute")}
|
||||
<div className="mx_NotificationSettingsTab_microCopy">
|
||||
{_t("notifications|mute_description")}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user