From 6fb089032f3af2ea3728e7cc20cc18064172b8b6 Mon Sep 17 00:00:00 2001 From: Juan Pablo Corredor Date: Wed, 20 May 2026 10:56:48 +0200 Subject: [PATCH] fixed widget language route --- src/translations/en.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.py b/src/translations/en.py index b41a6b6..768e84f 100644 --- a/src/translations/en.py +++ b/src/translations/en.py @@ -6,7 +6,7 @@ strings = { "card2_title": "Virtual assistant for phytopathological defence", "card2_text": "Pellentesque habitant morbi tristique senectus et netus malesuada fames ac turpis egestas.", "card3_title": "Phenological recognition", - "card3_text": "Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae.", - "card3_src": "http://localhost/viewer?userId=1398&lang=en-EN", + "card3_text": "Using the camera from the sentinel station, and AI models, we can recognize the phenological stage of the plant.", + "card3_src": "http://localhost/viewer?userId=1398&lang=en-US", "close_label": "Close", }