|
|
@@ -201,12 +201,12 @@ static NSString *kLoginUserInfo = @"UserInfo";
|
|
|
}
|
|
|
|
|
|
if (!self.user.length) {
|
|
|
- [RAUtils message_alert:@"User name cann't be blank" title:@"Warning" controller:self];
|
|
|
+ [RAUtils message_alert:@"User name cannot be blank" title:@"Warning" controller:self];
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
if (!self.pwd.length) {
|
|
|
- [RAUtils message_alert:@"Password cann't be blank" title:@"Warning" controller:self];
|
|
|
+ [RAUtils message_alert:@"Password cannot be blank" title:@"Warning" controller:self];
|
|
|
return;
|
|
|
}
|
|
|
AppDelegate *appDelegate = (AppDelegate *)[UIApplication sharedApplication].delegate;
|