Skip to content

fix(ui): correct "Aktive" typo to "Active" in user form#747

Open
thornsberrysara wants to merge 1 commit into
kubero-dev:mainfrom
thornsberrysara:fix/user-active-label-typo
Open

fix(ui): correct "Aktive" typo to "Active" in user form#747
thornsberrysara wants to merge 1 commit into
kubero-dev:mainfrom
thornsberrysara:fix/user-active-label-typo

Conversation

@thornsberrysara
Copy link
Copy Markdown

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes a typo in Accounts → Users where the active-user toggle and status chip showed "Aktive" instead of "Active" in the English UI.

Changes:

  • Replace hardcoded "Aktive" / "Disabled" strings in client/src/components/accounts/users.vue with i18n keys
  • Add user.active and user.disabled translations to all locale files

Fixes # (issue — none; small UI typo)

Type of change

Please delete options that are not relevant.

  • Template (non-breaking change which adds a template)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • I've built the image and tested it on a kubernetes cluster
  • Manual UI check in local dev

Manual test:

  1. Build client (npm run build in client/)
  2. Log in as admin → Accounts → Users
  3. Confirm status chip shows Active (not "Aktive") for active users
  4. Open Create User / Edit User → confirm toggle label reads Active

Test Configuration:

  • Operator Version: n/a
  • Kubernetes Version: n/a
  • Kubero CLI Version (if applicable): n/a

Checklist:

  • I removed unnecessary debug logs
  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I documented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant