fix: Add missing '$'

This commit is contained in:
silentoplayz
2025-08-13 20:24:05 -04:00
parent 82ed9b0a97
commit 709258bbb5

View File

@@ -314,7 +314,7 @@
...$MODEL_DOWNLOAD_POOL ...$MODEL_DOWNLOAD_POOL
}); });
await deleteModel(localStorage.token, model); 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 }));
} }
}; };