1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

lint line length

This commit is contained in:
Jorik Schellekens
2020-07-08 16:14:04 +01:00
parent 6ca7150533
commit 4ae64aff9a

View File

@@ -188,7 +188,10 @@ export default class AdvancedRoomSettingsTab extends React.Component {
<LabelledToggleSwitch
value={this.state.isLowPriorityRoom}
onChange={this._onToggleLowPriorityTag}
label={_t("Low priority rooms show up at the bottom of your room list in a dedicated section at the bottom of your room list")}
label={_t(
"Low priority rooms show up at the bottom of your room list" +
" in a dedicated section at the bottom of your room list"
)}
/>
</div>
</div>