mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Translate create room buttons
Signed-off-by: Robin Townsend <robintown@tcakoi.dev>
This commit is contained in:
parent
5dd5d4922f
commit
83ab151d96
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ export default class RoomList extends React.Component<IProps, IState> {
|
|||
startAsHidden={aesthetics.defaultHidden}
|
||||
label={aesthetics.sectionLabelRaw ? aesthetics.sectionLabelRaw : _t(aesthetics.sectionLabel)}
|
||||
onAddRoom={onAddRoomFn}
|
||||
addRoomLabel={aesthetics.addRoomLabel}
|
||||
addRoomLabel={aesthetics.addRoomLabel ? _t(aesthetics.addRoomLabel) : aesthetics.addRoomLabel}
|
||||
isMinimized={this.props.isMinimized}
|
||||
onResize={this.props.onResize}
|
||||
extraBadTilesThatShouldntExist={extraTiles}
|
||||
|
|
Loading…
Reference in a new issue