Fix "Default" persona connection tooltip

ef73ab43daa8c378ec23818f65e98ac32f048b97

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/index.html+1 -1
@@ -4968,7 +4968,7 @@
49684968
4969 <h4 data-i18n="Connections">Connections</h4>4969 <h4 data-i18n="Connections">Connections</h4>
4970 <div id="persona_connections_buttons" class="flex-container marginBot10">4970 <div id="persona_connections_buttons" class="flex-container marginBot10">
4971 <div id="lock_persona_default" class="menu_button menu_button_icon" title="Click to select this as default persona for the new chats. Click again to remove the lock." data-i18n="[title]Click to select this as default persona for the new chats. Click again to remove the lock.">4971 <div id="lock_persona_default" class="menu_button menu_button_icon" title="Click to select this as default persona for the new chats. Click again to remove it." data-i18n="[title]Click to select this as default persona for the new chats. Click again to remove it.">
4972 <i class="icon fa-solid fa-crown fa-fw"></i>4972 <i class="icon fa-solid fa-crown fa-fw"></i>
4973 <div data-i18n="Default">Default</div>4973 <div data-i18n="Default">Default</div>
4974 </div>4974 </div>