[Shared] Fixes generic error messages when refreshing

This commit is contained in:
Riley Testut
2020-10-01 13:35:11 -07:00
parent 3eb2d72292
commit 9185552432

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: