Make WebRtcCallScreen_new_safety_numbers_title singular

Closes #6364
// FREEBIE
This commit is contained in:
RiseT
2017-03-11 18:59:57 +01:00
committed by Moxie Marlinspike
parent 94964474b2
commit a41e82bb7d
2 changed files with 2 additions and 2 deletions

View File

@@ -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());