Skip to content

Commit

Permalink
[Shared] Fixes generic error messages when refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
rileytestut committed Oct 1, 2020
1 parent 668ca66 commit 7a0e9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/Categories/NSError+ALTServerError.m
Expand Up @@ -51,7 +51,7 @@ - (nullable NSString *)altserver_localizedFailureReason
return [NSString stringWithFormat:NSLocalizedString(@"Error code: %@", @""), underlyingErrorCode];
}

return NSLocalizedString(@"An internal error occured.", @"");
return nil;
}

case ALTServerErrorUnknown:
Expand Down

0 comments on commit 7a0e9d5

Please sign in to comment.