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;
case "ruler":
label = "Ruler";
hint = "Install and apply BTS rules to editors";
hint = "Centralize your AI rules";
break;
case "husky":
label = "Husky";