diff --git a/web/components/bio/editable-bio.tsx b/web/components/bio/editable-bio.tsx index 25d7a179..98eeabd9 100644 --- a/web/components/bio/editable-bio.tsx +++ b/web/components/bio/editable-bio.tsx @@ -42,7 +42,7 @@ export function BioTips({onClick}: {onClick?: () => void}) {

{t( @@ -184,7 +184,7 @@ export function BaseBio({defaultValue, onBlur, onEditor, onClickTips}: BaseBioPr return (

{textLength < MIN_BIO_LENGTH && ( -

+

{remainingChars === 1 ? t( 'profile.bio.add_characters_one',