Add hint on how to use persona connections
| @@ -4981,8 +4981,7 @@ | ||
| 4981 | 4981 | <div data-i18n="Character">Character</div> |
| 4982 | 4982 | </div> |
| 4983 | 4983 | </div> |
| 4984 | 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"> |
| 4985 | - [No connections] | |
| 4986 | 4985 | </div> |
| 4987 | 4986 | </div> |
| 4988 | 4987 | |
| @@ -547,7 +547,7 @@ export function updatePersonaConnectionsAvatarList() { | ||
| 547 | 547 | if (entities.length) |
| 548 | 548 | buildAvatarList($('#persona_connections_list'), entities); |
| 549 | 549 | else |
| 550 | 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 | |