chore: change ruler hint (#509)

This commit is contained in:
Aman Varshney
2025-08-15 13:52:44 +05:30
committed by GitHub
parent a632f76948
commit c456912782

View File

@@ -44,7 +44,7 @@ function getAddonDisplay(addon: Addons): { label: string; hint: string } {
break; break;
case "ruler": case "ruler":
label = "Ruler"; label = "Ruler";
hint = "Install and apply BTS rules to editors"; hint = "Centralize your AI rules";
break; break;
case "husky": case "husky":
label = "Husky"; label = "Husky";