Translate create room buttons
Signed-off-by: Robin Townsend <robintown@tcakoi.dev>pull/21833/head
							parent
							
								
									5dd5d4922f
								
							
						
					
					
						commit
						83ab151d96
					
				|  | @ -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 New Issue
	
	 Robin Townsend
						Robin Townsend