Skip to content

fix(seed-demand): correct empty-state bed action label#186

Open
stipsitzm wants to merge 3 commits intomainfrom
codex/fix-seed-demand-empty-state-action
Open

fix(seed-demand): correct empty-state bed action label#186
stipsitzm wants to merge 3 commits intomainfrom
codex/fix-seed-demand-empty-state-action

Conversation

@stipsitzm
Copy link
Copy Markdown
Owner

Motivation

  • The seed-demand page empty state used inconsistent wording for the missing-beds action and displayed "Beete anlegen", which mixes wording patterns and is misleading because beds are managed on the Anbauflächen page.
  • The goal is to use the established verb hinzufügen for user-created entities and ensure the CTA routes the user to Anbauflächen without opening the planting-plan form.

Description

  • Updated the German translation for the seed-demand progressive empty-state beds action in frontend/src/i18n/locales/de/cultures.json from "Beete anlegen" to "Beet hinzufügen".
  • Verified the seed-demand page action builds its CTA from the translation key and already routes to /app/fields-beds in frontend/src/pages/SeedDemand.tsx, so no route or component behavior change was required.
  • Searched the codebase for other occurrences of the same seed-demand empty-state pattern and found no additional incorrect targets that required changes.
  • Committed the change with the Conventional Commit message: fix(seed-demand): correct empty-state bed action label.

Testing

  • No automated tests were executed (per request).

Codex Task

@github-actions github-actions Bot added the release:patch Triggers patch version bump label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex release:patch Triggers patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant