Skip to content

Commit a41e82b

Browse files
RiseTmoxie0
authored andcommitted
Make WebRtcCallScreen_new_safety_numbers_title singular
Closes signalapp#6364 // FREEBIE
1 parent 9496447 commit a41e82b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@
684684
<!-- WebRtcCallScreen -->
685685
<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>
686686
<string name="WebRtcCallScreen_you_may_wish_to_verify_this_contact">You may wish to verify your safety number with this contact.</string>
687-
<string name="WebRtcCallScreen_new_safety_numbers_title">New safety numbers</string>
687+
<string name="WebRtcCallScreen_new_safety_number_title">New safety number</string>
688688

689689
<!-- WebRtcCallControls -->
690690
<string name="WebRtcCallControls_tap_to_enable_your_video">Tap to enable your video</string>

src/org/thoughtcrime/securesms/components/webrtc/WebRtcCallScreen.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public void setUntrustedIdentity(Recipient personInfo, IdentityKey untrustedIden
127127
setPersonInfo(personInfo);
128128

129129
this.incomingCallOverlay.setActiveCall();
130-
this.status.setText(R.string.WebRtcCallScreen_new_safety_numbers_title);
130+
this.status.setText(R.string.WebRtcCallScreen_new_safety_number_title);
131131
this.untrustedIdentityContainer.setVisibility(View.VISIBLE);
132132
this.untrustedIdentityExplanation.setText(spannableString);
133133
this.untrustedIdentityExplanation.setMovementMethod(LinkMovementMethod.getInstance());

0 commit comments

Comments
 (0)