mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 19:23:43 +01:00
[Shared] Fixes generic error messages when refreshing
This commit is contained in:
@@ -51,7 +51,7 @@ NSErrorUserInfoKey const ALTProvisioningProfileBundleIDErrorKey = @"bundleIdenti
|
|||||||
return [NSString stringWithFormat:NSLocalizedString(@"Error code: %@", @""), underlyingErrorCode];
|
return [NSString stringWithFormat:NSLocalizedString(@"Error code: %@", @""), underlyingErrorCode];
|
||||||
}
|
}
|
||||||
|
|
||||||
return NSLocalizedString(@"An internal error occured.", @"");
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ALTServerErrorUnknown:
|
case ALTServerErrorUnknown:
|
||||||
|
|||||||
Reference in New Issue
Block a user