Skip to content

Commit ea914bc

Browse files
committed
好羞耻~~
1 parent 97e9db4 commit ea914bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/AddUserViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger
138138
UILabel *label = [UILabel labelWithSystemFontSize:13 textColorHexString:leftNum > 0? @"0x999999": @"0xF34A4A"];
139139
label.backgroundColor = self.view.backgroundColor;
140140
label.textAlignment = NSTextAlignmentCenter;
141-
label.text = leftNum > 0? [NSString stringWithFormat:@"你还可以添加 %lu 个项目成员", leftNum]: @"已到达到成员最大数,不能再继续选择成员!";
141+
label.text = leftNum > 0? [NSString stringWithFormat:@"你还可以添加 %lu 个项目成员", leftNum]: @"已达到成员最大数,不能再继续选择成员!";
142142
return label;
143143
}
144144
}

0 commit comments

Comments
 (0)