app: keep cloud settings copy unchanged

This commit is contained in:
Willie Tran
2026-08-26 15:46:40 -05:00
parent 589354c87b
commit 6c4f69b1eb
+1 -1
View File
@@ -589,7 +589,7 @@ export default function Settings() {
<Description>
{cloudOverriddenByEnv
? "The OLLAMA_NO_CLOUD environment variable is currently forcing cloud off."
: "Enable cloud models, web search, and online app configuration."}
: "Enable cloud models and web search."}
</Description>
</div>
</div>