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:
Steps to Reproduce the Behavior:
- Log in as an admin.
- Open the settings dashboard.
- Go to System → Mail Service → SMTP and hover over the toggle for
auth.enabled.
- Check the tooltip.
- 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:
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').
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:
Steps to Reproduce the Behavior:
auth.enabled.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:
System Information:
devAdditional Information:
frontend/src/components/dashboard/settings/SettingItem.vue(the<input role="switch">forsetting.type === 'boolean').