Profile editing: Fix incorrect label (#38382)

This commit is contained in:
Echo
2026-03-25 11:46:18 +01:00
committed by GitHub
parent 5d7682c7dd
commit 74123950be
2 changed files with 2 additions and 2 deletions

View File

@@ -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: {

View File

@@ -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",