mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-23 08:27:30 +00:00
Make WebRtcCallScreen_new_safety_numbers_title singular
Closes #6364 // FREEBIE
This commit is contained in:
parent
94964474b2
commit
a41e82bb7d
@ -684,7 +684,7 @@
|
|||||||
<!-- WebRtcCallScreen -->
|
<!-- WebRtcCallScreen -->
|
||||||
<string name="WebRtcCallScreen_new_safety_numbers">The safety number for your conversation with %1$s has changed. This could either mean that someone is trying to intercept your communication, or that %2$s simply re-installed Signal.</string>
|
<string name="WebRtcCallScreen_new_safety_numbers">The safety number for your conversation with %1$s has changed. This could either mean that someone is trying to intercept your communication, or that %2$s simply re-installed Signal.</string>
|
||||||
<string name="WebRtcCallScreen_you_may_wish_to_verify_this_contact">You may wish to verify your safety number with this contact.</string>
|
<string name="WebRtcCallScreen_you_may_wish_to_verify_this_contact">You may wish to verify your safety number with this contact.</string>
|
||||||
<string name="WebRtcCallScreen_new_safety_numbers_title">New safety numbers</string>
|
<string name="WebRtcCallScreen_new_safety_number_title">New safety number</string>
|
||||||
|
|
||||||
<!-- WebRtcCallControls -->
|
<!-- WebRtcCallControls -->
|
||||||
<string name="WebRtcCallControls_tap_to_enable_your_video">Tap to enable your video</string>
|
<string name="WebRtcCallControls_tap_to_enable_your_video">Tap to enable your video</string>
|
||||||
|
@ -127,7 +127,7 @@ public class WebRtcCallScreen extends FrameLayout implements Recipient.Recipient
|
|||||||
setPersonInfo(personInfo);
|
setPersonInfo(personInfo);
|
||||||
|
|
||||||
this.incomingCallOverlay.setActiveCall();
|
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.untrustedIdentityContainer.setVisibility(View.VISIBLE);
|
||||||
this.untrustedIdentityExplanation.setText(spannableString);
|
this.untrustedIdentityExplanation.setText(spannableString);
|
||||||
this.untrustedIdentityExplanation.setMovementMethod(LinkMovementMethod.getInstance());
|
this.untrustedIdentityExplanation.setMovementMethod(LinkMovementMethod.getInstance());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user