mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
fix
This commit is contained in:
parent
c6d80496ab
commit
8df74dde80
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@
|
||||||
...$MODEL_DOWNLOAD_POOL
|
...$MODEL_DOWNLOAD_POOL
|
||||||
});
|
});
|
||||||
await deleteModel(localStorage.token, model);
|
await deleteModel(localStorage.token, model);
|
||||||
toast.success(`${model} download has been canceled`);
|
toast.success($i18n.t('{{model}} download has been canceled', { model: model }));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue