File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments