letsubject=NSLocalizedString("EMAIL_INVITE_SUBJECT",comment:"subject of email sent to contacts when inviting to install Signal")
letsubject=NSLocalizedString("EMAIL_INVITE_SUBJECT",comment:"subject of email sent to contacts when inviting to install Signal")
letbodyFormat=NSLocalizedString("EMAIL_INVITE_BODY",comment:"body of email sent to contacts when inviting to install Signal. Embeds {{link to install Signal}} and {{link to WhisperSystems home page}}")
letbodyFormat=NSLocalizedString("EMAIL_INVITE_BODY",comment:"body of email sent to contacts when inviting to install Signal. Embeds {{link to install Signal}} and {{link to the Signal home page}}")
@ -29,7 +29,7 @@ public class OWS2FAReminderViewController: UIViewController, PinEntryViewDelegat
overridepublicfuncloadView(){
overridepublicfuncloadView(){
assert(ows2FAManager.pinCode!=nil)
assert(ows2FAManager.pinCode!=nil)
self.navigationItem.title=NSLocalizedString("REMINDER_2FA_NAV_TITLE",comment:"Navbar title for when user is peridoically prompted to enter their registration lock PIN")
self.navigationItem.title=NSLocalizedString("REMINDER_2FA_NAV_TITLE",comment:"Navbar title for when user is periodically prompted to enter their registration lock PIN")
@ -41,8 +41,8 @@ public class OWS2FAReminderViewController: UIViewController, PinEntryViewDelegat
self.pinEntryView=pinEntryView
self.pinEntryView=pinEntryView
pinEntryView.delegate=self
pinEntryView.delegate=self
letinstructionsTextHeader=NSLocalizedString("REMINDER_2FA_BODY_HEADER",comment:"Body header for when user is peridoically prompted to enter their registration lock PIN")
letinstructionsTextHeader=NSLocalizedString("REMINDER_2FA_BODY_HEADER",comment:"Body header for when user is periodically prompted to enter their registration lock PIN")
letinstructionsTextBody=NSLocalizedString("REMINDER_2FA_BODY",comment:"Body text for when user is peridoically prompted to enter their registration lock PIN")
letinstructionsTextBody=NSLocalizedString("REMINDER_2FA_BODY",comment:"Body text for when user is periodically prompted to enter their registration lock PIN")