TODO: we should probably just prevent people from getting to the invite
flow when their contacts aren't shared, but still it seems good to fix
these crashes.
// FREEBIE
lettitle=NSLocalizedString("INVITE_FLOW_REQUIRES_CONTACT_ACCESS_TITLE",comment:"Alert title when contacts disabled while trying to invite contacts to signal")
letbody=NSLocalizedString("INVITE_FLOW_REQUIRES_CONTACT_ACCESS_BODY",comment:"Alert body when contacts disabled while trying to invite contacts to signal")
lettitle=NSLocalizedString("AB_PERMISSION_MISSING_TITLE",comment:"Alert title when contacts disabled")
letbody=NSLocalizedString("ADDRESSBOOK_RESTRICTED_ALERT_BODY",comment:"Alert body when contacts disabled")
"ACCEPT_NEW_IDENTITY_ACTION" = "Accept new safety number";
@ -22,9 +19,6 @@
/* Title for the 'add group member' view. */
"ADD_GROUP_MEMBER_VIEW_TITLE" = "Add Member";
/* Alert body when contacts disabled */
"ADDRESSBOOK_RESTRICTED_ALERT_BODY" = "Signal requires access to your contacts. Access to contacts is restricted. Signal will close. You can disable the restriction temporarily to let Signal access your contacts by going the Settings app >> General >> Restrictions >> Contacts >> Allow Changes.";
/* The label for the 'discard' button in alerts and action sheets. */