Skip to content

Commit 2f5dfe0

Browse files
committed
Update profile text for inclusive pronoun usage in connect-actions and comment sections
1 parent 20dbb45 commit 2f5dfe0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
applicationId "com.compassconnections.app"
1212
minSdkVersion rootProject.ext.minSdkVersion
1313
targetSdkVersion rootProject.ext.targetSdkVersion
14-
versionCode 139
14+
versionCode 140
1515
versionName "1.33.0"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
aaptOptions {

web/components/profile-comment-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const ProfileCommentSection = (props: {
9090
)
9191
: t(
9292
'profile.comments.other_user_hint',
93-
'Know {name}? A few honest sentences help strangers trust him.',
93+
'Know {name}? A few honest sentences help strangers trust them.',
9494
{name: onUser.name},
9595
)}
9696
</div>

web/components/profile/connect-actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export function ConnectActions(props: {profile: Profile; user: User}) {
143143
<p className="text-ink-500 mt-2 text-sm">
144144
{t(
145145
'profile.wont_be_notified_unless_mutual',
146-
"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.",
146+
"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.",
147147
{name: shortenName(user.name)},
148148
)}
149149
</p>

0 commit comments

Comments
 (0)