You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
@@ -363,7 +363,7 @@ export default class RoomBreadcrumbs extends React.Component {
|
||||
);
|
||||
});
|
||||
return (
|
||||
<div role="list" aria-orientation="horizontal" aria-roledescription={_t("Recent rooms.")}>
|
||||
<div role="list" aria-orientation="horizontal" aria-roledescription={_t("Recent rooms")}>
|
||||
<IndicatorScrollbar
|
||||
ref="scroller"
|
||||
className="mx_RoomBreadcrumbs"
|
||||
|
||||
@@ -896,6 +896,8 @@
|
||||
"Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "Seen by %(displayName)s (%(userName)s) at %(dateTime)s",
|
||||
"Replying": "Replying",
|
||||
"Direct Chat": "Direct Chat",
|
||||
"Room %(name)s": "Room %(name)s",
|
||||
"Recent rooms": "Recent rooms",
|
||||
"No rooms to show": "No rooms to show",
|
||||
"Unnamed room": "Unnamed room",
|
||||
"World readable": "World readable",
|
||||
|
||||
Reference in New Issue
Block a user