mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-05 08:10:30 +00:00
fix: Add missing '$'
This commit is contained in:
parent
82ed9b0a97
commit
709258bbb5
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@
|
|||
...$MODEL_DOWNLOAD_POOL
|
||||
});
|
||||
await deleteModel(localStorage.token, model);
|
||||
toast.success(i18n.t("{{model}} download has been canceled", { model: model }));
|
||||
toast.success($i18n.t("{{model}} download has been canceled", { model: model }));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue