mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Profile editing: Fix incorrect label (#38382)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user