mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-01-26 16:11:55 +00: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
|
||||
field={form.hideBoosts}
|
||||
label="Hide boosts from your public page"
|
||||
label="Hide boosts from your public page."
|
||||
/>
|
||||
<Checkbox
|
||||
field={form.hideCollections}
|
||||
|
|
Loading…
Reference in a new issue