diff --git a/apps/app/src/components/views/board-view.tsx b/apps/app/src/components/views/board-view.tsx index d68275bd..057d7c22 100644 --- a/apps/app/src/components/views/board-view.tsx +++ b/apps/app/src/components/views/board-view.tsx @@ -2322,11 +2322,11 @@ export function BoardView() {
- When enabled, this feature will require manual verification - instead of automated TDD. + When enabled, this feature will use automated TDD. When + disabled, it will require manual verification.
{/* Verification Steps - Only shown when skipTests is enabled */} @@ -2742,11 +2742,11 @@ export function BoardView() {- When enabled, this feature will require manual verification - instead of automated TDD. + When enabled, this feature will use automated TDD. When + disabled, it will require manual verification.
{/* Verification Steps - Only shown when skipTests is enabled */} diff --git a/apps/app/src/components/views/settings-view/feature-defaults/feature-defaults-section.tsx b/apps/app/src/components/views/settings-view/feature-defaults/feature-defaults-section.tsx index e7c78582..83d8df35 100644 --- a/apps/app/src/components/views/settings-view/feature-defaults/feature-defaults-section.tsx +++ b/apps/app/src/components/views/settings-view/feature-defaults/feature-defaults-section.tsx @@ -70,14 +70,14 @@ export function FeatureDefaultsSection({ {/* Separator */} - {/* Skip Tests Setting */} + {/* Automated Testing Setting */}- When enabled, new features will default to manual verification - instead of TDD (test-driven development). You can still override - this for individual features. + When enabled, new features will use TDD (test-driven + development) with automated tests. When disabled, features will + require manual verification. You can still override this for + individual features.