From aa85dddd38b769b77c190713f212b475bc71edda Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sun, 9 Aug 2026 18:21:31 -0700 Subject: [PATCH] Refresh Add App AI description copy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the English `add_app_ai_desc` translation string in the GUI to a more direct, enthusiastic message: “Describe the app you want and AI will build it!”. --- src/gui/src/i18n/translations/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index e23232026..ef31a5a81 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -28,7 +28,7 @@ const en = { access_granted_to: 'Access Granted To', add_app: 'Add an app', add_app_ai: 'Create an app with AI', - add_app_ai_desc: 'Describe the app you want and have it built for you', + add_app_ai_desc: 'Describe the app you want and AI will build it!', add_app_browse: 'Find an app', add_app_browse_desc: 'Browse the App Center and install what you need', add_app_request: 'Request an app',