Fix missing i18n for RoomTile ARIA labels and +a case for notif-off bold
This commit is contained in:
parent
814917d9ed
commit
98096d206b
2 changed files with 5 additions and 0 deletions
|
@ -389,6 +389,8 @@ module.exports = createReactClass({
|
|||
ariaLabel += " " + _t("%(count)s unread messages.", { count: notificationCount });
|
||||
} else if (mentionBadges && !isInvite) {
|
||||
ariaLabel += " " + _t("Unread mentions.");
|
||||
} else if (this.props.unread) {
|
||||
ariaLabel += " " + _t("Unread messages.");
|
||||
}
|
||||
|
||||
return <AccessibleButton tabIndex="0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue