mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 17:59:13 -04:00
Update profile text for inclusive pronoun usage in connect-actions and comment sections
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user