diff --git a/res/values/strings.xml b/res/values/strings.xml index 4641598a27..14a1e55fd2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -684,7 +684,7 @@ 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. You may wish to verify your safety number with this contact. - New safety numbers + New safety number Tap to enable your video diff --git a/src/org/thoughtcrime/securesms/components/webrtc/WebRtcCallScreen.java b/src/org/thoughtcrime/securesms/components/webrtc/WebRtcCallScreen.java index d35bcc9a95..14cf94b175 100644 --- a/src/org/thoughtcrime/securesms/components/webrtc/WebRtcCallScreen.java +++ b/src/org/thoughtcrime/securesms/components/webrtc/WebRtcCallScreen.java @@ -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());