We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989dae1 commit 57acb9fCopy full SHA for 57acb9f
1 file changed
SettingsViewController.m
@@ -150,7 +150,7 @@ - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger
150
detail.textColor = [UIColor secondaryLabelColor];
151
detail.numberOfLines = 0;
152
detail.textAlignment = NSTextAlignmentLeft;
153
- detail.text = [[BHTBundle sharedBundle] localizedStringForKey:@"APP_ICON_HEADER_TITLE"];
+ detail.text = [[BHTBundle sharedBundle] localizedStringForKey:@"BHTWITTER_SETTINGS_DETAIL"];
154
155
[header addSubview:detail];
156
[NSLayoutConstraint activateConstraints:@[
0 commit comments