mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-23 17:40:21 +00:00
Make WebRtcCallScreen_new_safety_numbers_title singular
Closes #6364 // FREEBIE
This commit is contained in:
@@ -127,7 +127,7 @@ public class WebRtcCallScreen extends FrameLayout implements Recipient.Recipient
|
||||
setPersonInfo(personInfo);
|
||||
|
||||
this.incomingCallOverlay.setActiveCall();
|
||||
this.status.setText(R.string.WebRtcCallScreen_new_safety_numbers_title);
|
||||
this.status.setText(R.string.WebRtcCallScreen_new_safety_number_title);
|
||||
this.untrustedIdentityContainer.setVisibility(View.VISIBLE);
|
||||
this.untrustedIdentityExplanation.setText(spannableString);
|
||||
this.untrustedIdentityExplanation.setMovementMethod(LinkMovementMethod.getInstance());
|
||||
|
Reference in New Issue
Block a user