diff --git a/network-poc/static/index.html b/network-poc/static/index.html
index 7556153..5ce7496 100644
--- a/network-poc/static/index.html
+++ b/network-poc/static/index.html
@@ -2838,7 +2838,8 @@ ${generatedFiles['Dockerfile'] || '(puuttuu)'}`;
clearInterval(spinTimer);
pullLine.remove();
if (hubData.status === 'ok') {
- termLog(` ✓ ${selected.name} ladattu ja aktiivinen`, '#3fb950');
+ termLog(` ✓ ${selected.name} valittu — natiivisolmu lataa mallin`, '#3fb950');
+ termLog(` Ensimmäinen pyyntö voi kestää pidempään jos mallia ei ole ladattu`);
ollamaModels.forEach(m => m.default = false);
selected.default = true;
} else {