Add hint on how to use persona connections

This commit is contained in:
Wolfsblvt
2025-01-25 19:20:21 +01:00
parent 2253990898
commit 0141a60eb8
2 changed files with 2 additions and 3 deletions

View File

@@ -547,7 +547,7 @@ export function updatePersonaConnectionsAvatarList() {
if (entities.length)
buildAvatarList($('#persona_connections_list'), entities);
else
$('#persona_connections_list').text('[No connections]');
$('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`);
}