Skip to content

Commit b490a89

Browse files
committed
Bugfix: replace non-existent i18n
1 parent 9e85a02 commit b490a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/[locale]/models/components/model/ModelAddDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ export const ModelAddDialog = ({
11771177
onCancel={() => setSettingsModalVisible(false)}
11781178
onOk={handleSettingsSave}
11791179
cancelText={t("common.cancel")}
1180-
okText={t("common.ok")}
1180+
okText={t("common.confirm")}
11811181
destroyOnClose
11821182
>
11831183
<div className="space-y-3">

0 commit comments

Comments
 (0)