Skip to content

Commit 57acb9f

Browse files
Update SettingsViewController.m
1 parent 989dae1 commit 57acb9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SettingsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger
150150
detail.textColor = [UIColor secondaryLabelColor];
151151
detail.numberOfLines = 0;
152152
detail.textAlignment = NSTextAlignmentLeft;
153-
detail.text = [[BHTBundle sharedBundle] localizedStringForKey:@"APP_ICON_HEADER_TITLE"];
153+
detail.text = [[BHTBundle sharedBundle] localizedStringForKey:@"BHTWITTER_SETTINGS_DETAIL"];
154154

155155
[header addSubview:detail];
156156
[NSLayoutConstraint activateConstraints:@[

0 commit comments

Comments
 (0)