mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-24 23:29:30 -05:00
Profile editing: Fix incorrect label (#38382)
This commit is contained in:
parent
5d7682c7dd
commit
74123950be
|
|
@ -59,7 +59,7 @@ export const messages = defineMessages({
|
|||
defaultMessage: 'Add a short introduction to help others identify you.',
|
||||
},
|
||||
bioAddLabel: {
|
||||
id: 'account_edit.bio.label',
|
||||
id: 'account_edit.bio.add_label',
|
||||
defaultMessage: 'Add bio',
|
||||
},
|
||||
bioEditLabel: {
|
||||
|
|
|
|||
|
|
@ -141,8 +141,8 @@
|
|||
"account.unmute": "Unmute @{name}",
|
||||
"account.unmute_notifications_short": "Unmute notifications",
|
||||
"account.unmute_short": "Unmute",
|
||||
"account_edit.bio.add_label": "Add bio",
|
||||
"account_edit.bio.edit_label": "Edit bio",
|
||||
"account_edit.bio.label": "bio",
|
||||
"account_edit.bio.placeholder": "Add a short introduction to help others identify you.",
|
||||
"account_edit.bio.title": "Bio",
|
||||
"account_edit.bio_modal.add_title": "Add bio",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user