Skip to content

Commit a8e2922

Browse files
committed
fix: use sentence case for dialog header
1 parent 35add19 commit a8e2922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/admin/FeatureFlagsDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function FeatureFlagsDialog({
112112
return (
113113
<Dialog open={open} onOpenChange={onOpenChange}>
114114
<DialogContent className="sm:max-w-lg">
115-
<DialogHeader>Feature Flags - {orgTitle}</DialogHeader>
115+
<DialogHeader>Feature flags - {orgTitle}</DialogHeader>
116116
<DialogDescription>
117117
Org-level overrides. Unset flags inherit from global defaults.
118118
</DialogDescription>

0 commit comments

Comments
 (0)