Skip to content

Commit 953fe96

Browse files
fix(ui): correct grammar in apps view description (#8668) (#8679)
Signed-off-by: sunilkumarvalmiki <g.sunilkumarvalmiki@gmail.com>
1 parent aa731a9 commit 953fe96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ui/desktop/src/components/apps/AppsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const i18n = defineMessages({
2828
description: {
2929
id: 'appsView.description',
3030
defaultMessage:
31-
'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.',
31+
'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.',
3232
},
3333
loading: {
3434
id: 'appsView.loading',

ui/desktop/src/i18n/messages/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"defaultMessage": "Custom app"
2222
},
2323
"appsView.description": {
24-
"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."
24+
"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."
2525
},
2626
"appsView.errorLoading": {
2727
"defaultMessage": "Error loading apps: {error}"

0 commit comments

Comments
 (0)