mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add hint on how to use persona connections
This commit is contained in:
@@ -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.]`);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user