Fix character counter not updating for bio (#3101)
This commit is contained in:
@ -4,14 +4,14 @@ en:
|
||||
hints:
|
||||
defaults:
|
||||
avatar: PNG, GIF or JPG. At most 2MB. Will be downscaled to 120x120px
|
||||
display_name:
|
||||
one: '1 character left'
|
||||
other: '%{count} characters left'
|
||||
display_name:
|
||||
one: '<span class="name-counter">1</span> character left'
|
||||
other: '<span class="name-counter">%{count}</span> characters left'
|
||||
header: PNG, GIF or JPG. At most 2MB. Will be downscaled to 700x335px
|
||||
locked: Requires you to manually approve followers and defaults post privacy to followers-only
|
||||
note:
|
||||
one: '1 character left'
|
||||
other: '%{count} characters left'
|
||||
note:
|
||||
one: '<span class="note-counter">1</span> character left'
|
||||
other: '<span class="note-counter">%{count}</span> characters left'
|
||||
imports:
|
||||
data: CSV file exported from another Mastodon instance
|
||||
sessions:
|
||||
|
Reference in New Issue
Block a user