-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust CALDAV.test_connection to return a boolean or raise an exception with a message. (Fixes #802) #805
Adjust CALDAV.test_connection to return a boolean or raise an exception with a message. (Fixes #802) #805
Conversation
…on with a message. (Fixes #802)
@@ -51,6 +51,7 @@ const isError = props.type === 'error'; | |||
font-size: 0.8125rem; | |||
font-weight: 700; | |||
line-height: 1; | |||
white-space: pre; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For our sweet newline character in the localization message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, it is intended. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I added the German translation.
remote-calendar-connection-error = The remote calendar could not be reached. Please verify your connection information and try again. | ||
remote-calendar-connection-error = The remote calendar could not be reached due to {$reason}. | ||
|
||
Please verify your connection information and try again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intended to be indented?
@@ -51,6 +51,7 @@ const isError = props.type === 'error'; | |||
font-size: 0.8125rem; | |||
font-weight: 700; | |||
line-height: 1; | |||
white-space: pre; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, it is intended. Thanks.
This hopefully gives the user a little more feedback on what went wrong with their connection attempt.
Screenshots