Add hint on how to use persona connections
| @@ -4981,8 +4981,7 @@ | |||
| 4981 | <div data-i18n="Character">Character</div> | 4981 | <div data-i18n="Character">Character</div> |
| 4982 | </div> | 4982 | </div> |
| 4983 | </div> | 4983 | </div> |
| 4984 | <div id="persona_connections_list" class="text_muted m-b-1 avatars_inline avatars_multiline scroll-reset-container expander" data-i18n="persona_no_connections"> | 4984 | <div id="persona_connections_list" class="text_muted m-b-1 avatars_inline avatars_multiline scroll-reset-container expander"> |
| 4985 | [No connections] | ||
| 4986 | </div> | 4985 | </div> |
| 4987 | </div> | 4986 | </div> |
| 4988 | 4987 | ||
| @@ -547,7 +547,7 @@ export function updatePersonaConnectionsAvatarList() { | |||
| 547 | if (entities.length) | 547 | if (entities.length) |
| 548 | buildAvatarList($('#persona_connections_list'), entities); | 548 | buildAvatarList($('#persona_connections_list'), entities); |
| 549 | else | 549 | else |
| 550 | $('#persona_connections_list').text('[No connections]'); | 550 | $('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`); |
| 551 | } | 551 | } |
| 552 | 552 | ||
| 553 | 553 | ||