mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-30 16:41:47 -05:00
Clarify bio role
This commit is contained in:
@@ -89,7 +89,7 @@ export const RequiredProfileUserForm = (props: {
|
||||
<Title>{t('profile.basics.title', 'The Basics')}</Title>
|
||||
{step === 1 && !profileCreatedAlready &&
|
||||
<div className="text-ink-500 mb-6 text-lg">
|
||||
{t('profile.basics.subtitle', 'No endless forms—write your own bio, your own way.')}
|
||||
{t('profile.basics.subtitle', 'Write your own bio, your own way.')}
|
||||
</div>}
|
||||
<Col className={'gap-8 pb-[env(safe-area-inset-bottom)]'}>
|
||||
{step === 0 && <Col>
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
"profile.at": "in",
|
||||
"profile.basics.bio": "Biografie",
|
||||
"profile.basics.display_name": "Anzeigename",
|
||||
"profile.basics.subtitle": "Kein endloses Formular — schreiben Sie Ihre eigene Biografie auf Ihre Weise.",
|
||||
"profile.basics.subtitle": "Schreiben Sie Ihre eigene Biografie auf Ihre Weise.",
|
||||
"profile.basics.title": "Die Grundlagen",
|
||||
"profile.basics.username": "Benutzername",
|
||||
"profile.bio.about_me": "Über mich",
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
"profile.at": "à",
|
||||
"profile.basics.bio": "Biographie",
|
||||
"profile.basics.display_name": "Nom d'affichage",
|
||||
"profile.basics.subtitle": "Pas de formulaire sans fin — écrivez votre propre biographie à votre manière.",
|
||||
"profile.basics.subtitle": "Écrivez votre propre biographie à votre manière.",
|
||||
"profile.basics.title": "Les bases",
|
||||
"profile.basics.username": "Nom d'utilisateur",
|
||||
"profile.bio.about_me": "À propos de moi",
|
||||
|
||||
Reference in New Issue
Block a user