Fix "Default" persona connection tooltip

This commit is contained in:
Wolfsblvt
2025-01-25 19:25:42 +01:00
parent 2ff1957ca8
commit ef73ab43da

View File

@@ -4968,7 +4968,7 @@
<h4 data-i18n="Connections">Connections</h4>
<div id="persona_connections_buttons" class="flex-container marginBot10">
<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.">
<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.">
<i class="icon fa-solid fa-crown fa-fw"></i>
<div data-i18n="Default">Default</div>
</div>