Skip to content

Commit

Permalink
修复内存检测文案错误
Browse files Browse the repository at this point in the history
  • Loading branch information
JaminZhou authored Feb 12, 2019
1 parent 5ac1e21 commit 0a96fe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ - (void)viewDidLoad {

UILabel *titleLabel = [[UILabel alloc] init];
titleLabel.backgroundColor = [UIColor clearColor];
titleLabel.text = DoraemonLocalizedString(@"CPU检测");
titleLabel.text = DoraemonLocalizedString(@"内存检测");
titleLabel.font = [UIFont systemFontOfSize:kDoraemonSizeFrom750(20)];
titleLabel.textColor = [UIColor whiteColor];
[self.view addSubview:titleLabel];
Expand Down

0 comments on commit 0a96fe9

Please sign in to comment.