chore: update default error message for server validation (#9299)

This commit is contained in:
Felipe Martin 2025-11-20 09:02:40 +01:00 committed by GitHub
parent 93b749eb79
commit c653d7c665
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,7 +130,7 @@ const EditServer = ({closeButtonId, componentId, server, theme}: ServerProps) =>
// Handle any unexpected errors during validation
setPreauthSecretError(formatMessage({
id: 'mobile.server.validation.error',
defaultMessage: 'Unable to validate server. Please check your connection and try again.',
defaultMessage: 'Unable to validate server. Please try again.',
}));
setShowAdvancedOptions(true);
return false;