mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-03-12 22:23:53 +01:00
Fix: missing period at the end of "hide boosts" settings label.
This commit is contained in:
parent
0e137c0f2d
commit
c92270c873
@ -272,7 +272,7 @@ function UserProfileForm({ data: profile }: UserProfileFormProps) {
|
|||||||
/>
|
/>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
field={form.hideBoosts}
|
field={form.hideBoosts}
|
||||||
label="Hide boosts from your public page"
|
label="Hide boosts from your public page."
|
||||||
/>
|
/>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
field={form.hideCollections}
|
field={form.hideCollections}
|
||||||
|
Loading…
Reference in New Issue
Block a user