fix(i18n): mark Bio string for translation (#2910)

This commit is contained in:
Konrad
2026-06-03 08:00:37 +02:00
committed by GitHub
parent ce96238464
commit 743d31651f
@@ -197,7 +197,9 @@ export const PublicProfileForm = ({ className, profile, onProfileUpdate }: Publi
return (
<FormItem>
<FormLabel>Bio</FormLabel>
<FormLabel>
<Trans>Bio</Trans>
</FormLabel>
<FormControl>
<Textarea {...field} placeholder={_(msg`Write a description to display on your public profile`)} />
</FormControl>