[Shared] Fixes generic error messages when refreshing

This commit is contained in:
Riley Testut
2020-10-01 13:35:11 -07:00
parent 668ca66a04
commit 7a0e9d5835

View File

@@ -51,7 +51,7 @@ NSErrorUserInfoKey const ALTProvisioningProfileBundleIDErrorKey = @"bundleIdenti
return [NSString stringWithFormat:NSLocalizedString(@"Error code: %@", @""), underlyingErrorCode];
}
return NSLocalizedString(@"An internal error occured.", @"");
return nil;
}
case ALTServerErrorUnknown: