Convert remaining simple quotes to double quotes
This commit is contained in:
parent
e37d5f363b
commit
3dc98ec797
3 changed files with 4 additions and 4 deletions
|
@ -138,7 +138,7 @@ export default class ConnectForm extends Component {
|
|||
name="autojoin"
|
||||
checked=${this.state.autojoin}
|
||||
/>
|
||||
Auto-join channel${s} <strong>${channels.join(', ')}</strong>
|
||||
Auto-join channel${s} <strong>${channels.join(", ")}</strong>
|
||||
</label>
|
||||
<br/><br/>
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue