Update string.

This commit is contained in:
Doug
2021-07-27 17:38:40 +01:00
parent 49bf20267f
commit 3a67262e92
3 changed files with 6 additions and 1 deletions
@@ -1810,7 +1810,7 @@ TableViewSectionsDelegate>
cell.textLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
cell.textLabel.text = NSLocalizedStringFromTable(@"settings_enable_push_notif", @"Vector", nil);
cell.textLabel.text = NSLocalizedStringFromTable(@"settings_device_notifications", @"Vector", nil);
cell.detailTextLabel.text = @"";
[cell vc_setAccessoryDisclosureIndicatorWithCurrentTheme];