chore: update default error message for server validation (#9299)
This commit is contained in:
parent
93b749eb79
commit
c653d7c665
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ const EditServer = ({closeButtonId, componentId, server, theme}: ServerProps) =>
|
||||||
// Handle any unexpected errors during validation
|
// Handle any unexpected errors during validation
|
||||||
setPreauthSecretError(formatMessage({
|
setPreauthSecretError(formatMessage({
|
||||||
id: 'mobile.server.validation.error',
|
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);
|
setShowAdvancedOptions(true);
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue