From 2f5dfe0c743e72e7dbb17c9b6778eebfedfe533a Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 28 Jul 2026 21:05:44 +0200 Subject: [PATCH] Update profile text for inclusive pronoun usage in connect-actions and comment sections --- android/app/build.gradle | 2 +- web/components/profile-comment-section.tsx | 2 +- web/components/profile/connect-actions.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f108e44d..7f3b6219 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 { diff --git a/web/components/profile-comment-section.tsx b/web/components/profile-comment-section.tsx index 0d3714bb..3c849f78 100644 --- a/web/components/profile-comment-section.tsx +++ b/web/components/profile-comment-section.tsx @@ -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}, )} diff --git a/web/components/profile/connect-actions.tsx b/web/components/profile/connect-actions.tsx index 2bb38c82..9d8e9e5b 100644 --- a/web/components/profile/connect-actions.tsx +++ b/web/components/profile/connect-actions.tsx @@ -143,7 +143,7 @@ export function ConnectActions(props: {profile: Profile; user: User}) {

{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)}, )}