mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-09 07:36:50 +00:00
Replace 'my' with 'your'
See https://www.google.com/design/spec/style/writing.html#writing-language // FREEBIE
This commit is contained in:
@@ -117,7 +117,7 @@ public class VerifyIdentityActivity extends KeyScanningActivity {
|
||||
|
||||
@Override
|
||||
protected String getDisplayString() {
|
||||
return getString(R.string.VerifyIdentityActivity_get_my_key_scanned);
|
||||
return getString(R.string.VerifyIdentityActivity_get_your_key_scanned);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -39,7 +39,7 @@ public class ViewLocalIdentityActivity extends ViewIdentityActivity {
|
||||
getIntent().putExtra(ViewIdentityActivity.IDENTITY_KEY,
|
||||
new IdentityKeyParcelable(IdentityKeyUtil.getIdentityKey(this)));
|
||||
getIntent().putExtra(ViewIdentityActivity.TITLE,
|
||||
getString(R.string.ViewIdentityActivity_my_identity_fingerprint));
|
||||
getString(R.string.ViewIdentityActivity_your_identity_fingerprint));
|
||||
super.onCreate(icicle, masterSecret);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user