diff --git a/webui/src/components/settings/SettingsView.tsx b/webui/src/components/settings/SettingsView.tsx
index 5e2db8d52..b23efd66f 100644
--- a/webui/src/components/settings/SettingsView.tsx
+++ b/webui/src/components/settings/SettingsView.tsx
@@ -3577,24 +3577,32 @@ function ModelsSettings({
{tx("settings.actions.cancel", "Cancel")}
) : selectedPreset ? (
-
+
+
+ {selectedPresetOnlyActive ? (
+
+ {tx(
+ "settings.models.removeBeforeDelete",
+ "Remove this preset from the call order before deleting it.",
+ )}
+
+ ) : null}
+
) : null}