Update profile text for inclusive pronoun usage in connect-actions and comment sections

This commit is contained in:
MartinBraquet
2026-07-28 21:05:44 +02:00
parent 20dbb45992
commit 2f5dfe0c74
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ android {
applicationId "com.compassconnections.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 139
versionCode 140
versionName "1.33.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {

View File

@@ -90,7 +90,7 @@ export const ProfileCommentSection = (props: {
)
: t(
'profile.comments.other_user_hint',
'Know {name}? A few honest sentences help strangers trust him.',
'Know {name}? A few honest sentences help strangers trust them.',
{name: onUser.name},
)}
</div>

View File

@@ -143,7 +143,7 @@ export function ConnectActions(props: {profile: Profile; user: User}) {
<p className="text-ink-500 mt-2 text-sm">
{t(
'profile.wont_be_notified_unless_mutual',
"Pick what you'd be open to with {name}. He is never notified unless he picks the same thing — then you both hear about it at once.",
"Pick what you'd be open to with {name}. They're never notified unless they pick the same thing — then you both hear about it at once.",
{name: shortenName(user.name)},
)}
</p>