|
|
@@ -72,7 +72,7 @@
|
|
|
UILabel *topRightLabel = [[UILabel alloc] init];
|
|
|
[topRightLabel setFont:[UIFont boldSystemFontOfSize:30]];
|
|
|
[topRightLabel setTextColor:HW0458E3Color];
|
|
|
- [topRightLabel setText:NSLocalizedString(@"guide_welcome",nil)];
|
|
|
+ [topRightLabel setText:NSLocalizedString(@"guide_start_sys_app_name",nil)];
|
|
|
[bgImageView addSubview:topRightLabel];
|
|
|
[topRightLabel mas_makeConstraints:^(MASConstraintMaker *make) {
|
|
|
make.top.mas_equalTo(H_STATE_BAR + 86.f);
|