fix: Goose UI fix typos (#1744)

This commit is contained in:
Carlos E Rodriguez
2025-03-18 12:06:55 -06:00
committed by GitHub
parent a2ce2b7460
commit 5ed1f048ae
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ export function ConfigureApproveMode({
{
key: 'smart_approve',
label: 'Smart Approval',
description: 'Intelligently determime which actions need approval based on risk level ',
description: 'Intelligently determine which actions need approval based on risk level ',
},
];
@@ -23,7 +23,7 @@ export const all_goose_modes: GooseMode[] = [
{
key: 'smart_approve',
label: 'Smart Approval',
description: 'Intelligently determime which actions need approval based on risk level ',
description: 'Intelligently determine which actions need approval based on risk level ',
},
{
key: 'chat',