Merge branch 'mkirk/remove-explanatory-alert'
This commit is contained in:
commit
dc69034b64
@ -164,10 +164,7 @@
|
||||
cell.accessoryView = accessoryLabel;
|
||||
return cell;
|
||||
}
|
||||
actionBlock:^{
|
||||
[OWSAlerts showAlertWithTitle:NSLocalizedString(@"NETWORK_STATUS_HEADER", @"")
|
||||
message:NSLocalizedString(@"NETWORK_STATUS_TEXT", @"")];
|
||||
}]];
|
||||
actionBlock:nil]];
|
||||
}
|
||||
[section addItem:[OWSTableItem disclosureItemWithText:NSLocalizedString(@"SETTINGS_INVITE_TITLE",
|
||||
@"Settings table view cell label")
|
||||
|
||||
@ -828,9 +828,6 @@
|
||||
/* No comment provided by engineer. */
|
||||
"NETWORK_STATUS_OFFLINE" = "Offline";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"NETWORK_STATUS_TEXT" = "You can check your network status by looking at the colored bar above your inbox.";
|
||||
|
||||
/* A label the cell that lets you add a new member to a group. */
|
||||
"NEW_CONVERSATION_FIND_BY_PHONE_NUMBER" = "Find by Phone Number";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user