Fixed some spelling mistakes across files (#2367)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -97,7 +97,7 @@ BasicLoginWidget::BasicLoginWidget()
|
||||
this->ui_.unableToOpenBrowserHelper.setWordWrap(true);
|
||||
this->ui_.unableToOpenBrowserHelper.hide();
|
||||
this->ui_.unableToOpenBrowserHelper.setText(
|
||||
"An error occured while attempting to open <a href='" + logInLink +
|
||||
"An error occurred while attempting to open <a href='" + logInLink +
|
||||
"'>the log in link (" + logInLink + ")</a> " +
|
||||
" - open it manually in your browser and proceed from there.");
|
||||
this->ui_.unableToOpenBrowserHelper.setOpenExternalLinks(true);
|
||||
|
||||
Reference in New Issue
Block a user