Fix: missing period at the end of "hide boosts" settings label.

This commit is contained in:
S0yKaf 2025-01-19 15:53:05 -05:00
parent 0e137c0f2d
commit c92270c873

View file

@ -272,7 +272,7 @@ function UserProfileForm({ data: profile }: UserProfileFormProps) {
/>
<Checkbox
field={form.hideBoosts}
label="Hide boosts from your public page"
label="Hide boosts from your public page."
/>
<Checkbox
field={form.hideCollections}