parent
d7a64fcacd
commit
c6023ca461
|
@ -363,7 +363,7 @@ export default class RoomBreadcrumbs extends React.Component {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
return (
|
return (
|
||||||
<div role="list" aria-orientation="horizontal" aria-roledescription={_t("Recent rooms.")}>
|
<div role="list" aria-orientation="horizontal" aria-roledescription={_t("Recent rooms")}>
|
||||||
<IndicatorScrollbar
|
<IndicatorScrollbar
|
||||||
ref="scroller"
|
ref="scroller"
|
||||||
className="mx_RoomBreadcrumbs"
|
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",
|
"Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "Seen by %(displayName)s (%(userName)s) at %(dateTime)s",
|
||||||
"Replying": "Replying",
|
"Replying": "Replying",
|
||||||
"Direct Chat": "Direct Chat",
|
"Direct Chat": "Direct Chat",
|
||||||
|
"Room %(name)s": "Room %(name)s",
|
||||||
|
"Recent rooms": "Recent rooms",
|
||||||
"No rooms to show": "No rooms to show",
|
"No rooms to show": "No rooms to show",
|
||||||
"Unnamed room": "Unnamed room",
|
"Unnamed room": "Unnamed room",
|
||||||
"World readable": "World readable",
|
"World readable": "World readable",
|
||||||
|
|
Loading…
Reference in New Issue