Linter fixes

This commit is contained in:
Cohee
2024-11-16 14:22:46 +02:00
parent 2dcdb4d14a
commit 33d8a91bf2
3 changed files with 5 additions and 5 deletions

View File

@ -264,7 +264,7 @@ export async function convertSoloToGroupChat() {
return;
}
const confirm = await Popup.show.confirm(t`Convert to group chat`, t`Are you sure you want to convert this chat to a group chat?` + `<br />` + t`This cannot be reverted.`);
const confirm = await Popup.show.confirm(t`Convert to group chat`, t`Are you sure you want to convert this chat to a group chat?` + '<br />' + t`This cannot be reverted.`);
if (!confirm) {
return;
}