Work on tl

This commit is contained in:
Yokayo
2025-04-29 17:23:18 +07:00
parent db67633af6
commit 7eb23a2fcc
7 changed files with 21 additions and 17 deletions

View File

@@ -1808,7 +1808,7 @@ async function createGroup() {
const memberNames = characters.filter(x => members.includes(x.avatar)).map(x => x.name).join(', ');
if (!name) {
name = t`Group:` + ` ${memberNames}`;
name = t`Group: ${memberNames}`;
}
const avatar_url = $('#group_avatar_preview img').attr('src');