mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
assistant: fix compilation
This commit is contained in:
parent
64a57f66e5
commit
2ed0b6fdee
1 changed files with 5 additions and 0 deletions
|
|
@ -188,11 +188,16 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
case LinphoneAccountCreatorUsernameTooShort:
|
||||
return usePhoneNumber ? NSLocalizedString(@"Phone number too short.", nil)
|
||||
: NSLocalizedString(@"Username too short.", nil);
|
||||
case LinphoneAccountCreatorUsernameTooLong:
|
||||
return usePhoneNumber ? NSLocalizedString(@"Phone number too long.", nil)
|
||||
: NSLocalizedString(@"Username too long.", nil);
|
||||
case LinphoneAccountCreatorUsernameInvalidSize:
|
||||
return usePhoneNumber ? NSLocalizedString(@"Phone number length invalid.", nil)
|
||||
: NSLocalizedString(@"Username length invalid.", nil);
|
||||
case LinphoneAccountCreatorPasswordTooShort:
|
||||
return NSLocalizedString(@"Password too short.", nil);
|
||||
case LinphoneAccountCreatorPasswordTooLong:
|
||||
return NSLocalizedString(@"Password too long.", nil);
|
||||
case LinphoneAccountCreatorDomainInvalid:
|
||||
return NSLocalizedString(@"Invalid domain.", nil);
|
||||
case LinphoneAccountCreatorRouteInvalid:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue