fix: Update label in BoardHeader component for clarity

- Changed label text from "Auto Plus" to "Auto Mode" in the BoardHeader component to improve user understanding of the feature.
This commit is contained in:
Kacper
2025-12-28 13:50:57 +01:00
parent 1a37603e89
commit 9c4f8f9e73

View File

@@ -81,7 +81,7 @@ export function BoardHeader({
{isMounted && (
<div className="flex items-center gap-2 px-3 py-1.5 rounded-lg bg-secondary border border-border">
<Label htmlFor="auto-mode-toggle" className="text-sm font-medium cursor-pointer">
Auto Plus
Auto Mode
</Label>
<Switch
id="auto-mode-toggle"