Update member count messaging to reflect 700+ members in all relevant components and translations

This commit is contained in:
MartinBraquet
2026-07-21 12:06:42 +02:00
parent fa8d09e10a
commit 10e4c2008d
4 changed files with 6 additions and 6 deletions

View File

@@ -472,7 +472,7 @@
"home.cta.primary": "Kostenlos loslegen",
"home.cta.secondary": "Erfahre, wie es funktioniert",
"home.proof.prefix": "Beigetreten sind ",
"home.proof.count": "600+",
"home.proof.count": "700+",
"home.proof.suffix": " echte Menschen weltweit",
"home.features.label": "Warum Compass",
"home.features.title": "Anders gebaut. Mit Absicht.",
@@ -1195,7 +1195,7 @@
"profile_grid.undo": "Rückgängig",
"profile_grid.unhide_profile": "Wieder in den Suchergebnissen anzeigen",
"profiles.dismiss": "Verwerfen",
"profiles.early_growth": "Compass befindet sich in seiner frühen Wachstumsphase — 600+ Mitglieder und ~100 neue Menschen jeden Monat. Erstellen Sie jetzt ein starkes Profil und werden Sie sichtbar, während die Community wächst.",
"profiles.early_growth": "Compass befindet sich in seiner frühen Wachstumsphase — 700+ Mitglieder und ~100 neue Menschen jeden Monat. Erstellen Sie jetzt ein starkes Profil und werden Sie sichtbar, während die Community wächst.",
"profiles.filter_guide": "Filtern Sie unten nach Absicht, Alter, Standort und mehr",
"profiles.hidden_success": "Profil ausgeblendet. Sie werden diese Person nicht mehr in den Suchergebnissen sehen.",
"profiles.interactive_profiles": "Profile sind interaktiv — klicken Sie auf jede Karte, um mehr zu erfahren und Kontakt aufzunehmen.",

View File

@@ -472,7 +472,7 @@
"home.cta.primary": "Commencer — gratuit",
"home.cta.secondary": "Découvre comment ça fonctionne",
"home.proof.prefix": "Rejoint par ",
"home.proof.count": "600+",
"home.proof.count": "700+",
"home.proof.suffix": " personnes réelles dans le monde entier",
"home.features.label": "Pourquoi Compass",
"home.features.title": "Différent. Intentionnellement.",
@@ -1194,7 +1194,7 @@
"profile_grid.undo": "Annuler",
"profile_grid.unhide_profile": "Afficher à nouveau dans les résultats de recherche",
"profiles.dismiss": "Fermer",
"profiles.early_growth": "Compass est dans sa phase de croissance initiale — 600+ membres et ~100 nouvelles personnes chaque mois. Construisez un profil solide maintenant et soyez visible alors que la communauté grandit.",
"profiles.early_growth": "Compass est dans sa phase de croissance initiale — 700+ membres et ~100 nouvelles personnes chaque mois. Construisez un profil solide maintenant et soyez visible alors que la communauté grandit.",
"profiles.filter_guide": "Filtrez ci-dessous par intention, âge, lieu et plus encore",
"profiles.hidden_success": "Profil masqué. Vous ne verrez plus cette personne dans les résultats de recherche.",
"profiles.interactive_profiles": "Les profils sont interactifs — cliquez sur n'importe quelle carte pour en savoir plus et entrer en contact.",

View File

@@ -319,7 +319,7 @@ export function LoggedOutHome() {
label={
<>
{t('home.proof.prefix', 'Joined by ')}
<strong className="text-ink-900">{t('home.proof.count', '600+')}</strong>
<strong className="text-ink-900">{t('home.proof.count', '700+')}</strong>
{t('home.proof.suffix', ' real people worldwide')}
</>
}

View File

@@ -303,7 +303,7 @@ export function ProfilesHome() {
<span className={'mb-2'}>
{t(
'profiles.early_growth',
`Compass is in its early growth phase — 600+ members and ~100 new people joining every month. Build a strong profile now and be visible as the community expands.`,
`Compass is in its early growth phase — 700+ members and ~100 new people joining every month. Build a strong profile now and be visible as the community expands.`,
)}
</span>
</Col>