We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e9db4 commit ea914bcCopy full SHA for ea914bc
Coding_iOS/Controllers/AddUserViewController.m
@@ -138,7 +138,7 @@ - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger
138
UILabel *label = [UILabel labelWithSystemFontSize:13 textColorHexString:leftNum > 0? @"0x999999": @"0xF34A4A"];
139
label.backgroundColor = self.view.backgroundColor;
140
label.textAlignment = NSTextAlignmentCenter;
141
- label.text = leftNum > 0? [NSString stringWithFormat:@"你还可以添加 %lu 个项目成员", leftNum]: @"已到达到成员最大数,不能再继续选择成员!";
+ label.text = leftNum > 0? [NSString stringWithFormat:@"你还可以添加 %lu 个项目成员", leftNum]: @"已达到成员最大数,不能再继续选择成员!";
142
return label;
143
}
144
0 commit comments