mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-03 22:56:40 +01:00
Fix: missing period at the end of "hide boosts" settings label.
This commit is contained in:
parent
0e137c0f2d
commit
c92270c873
1 changed files with 1 additions and 1 deletions
|
@ -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