From 953fe961bc95a7e1f795910c99033566a05f9a6b Mon Sep 17 00:00:00 2001 From: "g.sunilkumar" Date: Tue, 21 Apr 2026 19:05:05 +0530 Subject: [PATCH] fix(ui): correct grammar in apps view description (#8668) (#8679) Signed-off-by: sunilkumarvalmiki --- ui/desktop/src/components/apps/AppsView.tsx | 2 +- ui/desktop/src/i18n/messages/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/desktop/src/components/apps/AppsView.tsx b/ui/desktop/src/components/apps/AppsView.tsx index 526d6ddb..e2453c5a 100644 --- a/ui/desktop/src/components/apps/AppsView.tsx +++ b/ui/desktop/src/components/apps/AppsView.tsx @@ -28,7 +28,7 @@ const i18n = defineMessages({ description: { id: 'appsView.description', defaultMessage: - 'Applications from your MCP servers and Apps build by goose itself. You can ask it to create new apps through the chat interface and they will appear here.', + 'Applications from your MCP servers and Apps built by goose itself. You can ask it to create new apps through the chat interface and they will appear here.', }, loading: { id: 'appsView.loading', diff --git a/ui/desktop/src/i18n/messages/en.json b/ui/desktop/src/i18n/messages/en.json index 8c6fcc59..74e433d2 100644 --- a/ui/desktop/src/i18n/messages/en.json +++ b/ui/desktop/src/i18n/messages/en.json @@ -21,7 +21,7 @@ "defaultMessage": "Custom app" }, "appsView.description": { - "defaultMessage": "Applications from your MCP servers and Apps build by goose itself. You can ask it to create new apps through the chat interface and they will appear here." + "defaultMessage": "Applications from your MCP servers and Apps built by goose itself. You can ask it to create new apps through the chat interface and they will appear here." }, "appsView.errorLoading": { "defaultMessage": "Error loading apps: {error}"