🗑️ fix: Delete Conversation Titling Regression from #10650 (#10746)

This commit is contained in:
Dustin Healy 2025-12-01 09:00:45 -08:00 committed by Danny Avila
parent 3a698eaaa6
commit e8c869268d
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

View file

@ -91,7 +91,7 @@ export function DeleteConversationDialog({
<div id="delete-conversation-dialog" className="w-full truncate">
<Trans
i18nKey="com_ui_delete_confirm_strong"
values={{ item: title }}
values={{ title }}
components={{ strong: <strong /> }}
/>
</div>