mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 18:44:47 +00:00
fix(app): missing i18n keys
This commit is contained in:
@@ -115,8 +115,8 @@ export const ModelSelectorPopover: Component<{
|
||||
variant="ghost"
|
||||
iconSize="normal"
|
||||
class="size-6"
|
||||
aria-label="Manage models"
|
||||
title="Manage models"
|
||||
aria-label={language.t("dialog.model.manage")}
|
||||
title={language.t("dialog.model.manage")}
|
||||
onClick={handleManage}
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user