Skip to content

[BUG] Wrong tooltip on toggle settings — all show "Activate/Deactivate NLP support" #171

@akash9676

Description

@akash9676

Describe the Bug:

In the settings dashboard, the tooltip shown when hovering the toggle for system.mailService.smtp.auth.enabled (System → Mail Service → SMTP) says "Activate/Deactivate NLP support", which has nothing to do with SMTP auth.

The same wrong tooltip appears on every toggle (boolean) setting in the dashboard, not just this one.

Reproducibilty:

  • Yes
  • No
  • Sometimes

Steps to Reproduce the Behavior:

  1. Log in as an admin.
  2. Open the settings dashboard.
  3. Go to System → Mail Service → SMTP and hover over the toggle for auth.enabled.
  4. Check the tooltip.
  5. Try the same on other toggle settings (e.g. auth providers, 2FA, logo, etc.) — same tooltip everywhere.

Expected Behavior:

The tooltip should match the setting being toggled (or just not mention NLP on non-NLP settings).

Actual Behavior:

All toggle settings show the tooltip "Activate/Deactivate NLP support" on hover, regardless of what the setting actually does.

Screenshots:

Image

System Information:

  • Device (OS/Type): Windows 10
  • Browser (+ Version): Google Chrome (latest)
  • CARE Software (Version/Branch): dev

Additional Information:

  • the boolean/toggle branch in frontend/src/components/dashboard/settings/SettingItem.vue (the <input role="switch"> for setting.type === 'boolean').

Metadata

Metadata

Assignees

Labels

frontendrequires changes in the frontend of CARE

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions