fix(ui): correct grammar in apps view description (#8668) (#8679)

Signed-off-by: sunilkumarvalmiki <g.sunilkumarvalmiki@gmail.com>
This commit is contained in:
g.sunilkumar
2026-04-21 19:05:05 +05:30
committed by GitHub
parent aa731a9596
commit 953fe961bc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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',
+1 -1
View File
@@ -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}"