Localise contacts disabled alert strings.

This commit is contained in:
Doug
2021-08-12 12:29:20 +01:00
parent 8380f07dff
commit 4bdecb1e48
3 changed files with 13 additions and 3 deletions
@@ -533,8 +533,8 @@
MXWeakify(self);
// Check for contacts access, showing a pop-up if necessary.
[MXKTools checkAccessForContacts:@"Contacts disabled"
withManualChangeMessage:@"To enable contacts, go to your device settings."
[MXKTools checkAccessForContacts:NSLocalizedStringFromTable(@"contacts_address_book_permission_denied_alert_title", @"Vector", nil)
withManualChangeMessage:NSLocalizedStringFromTable(@"contacts_address_book_permission_denied_alert_message", @"Vector", nil)
showPopUpInViewController:self
completionHandler:^(BOOL granted) {