mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 20:12:39 +03:00
Merge pull request #4596 from joweiser/patch-1
Typo 'occurred' in WebClient.cpp
This commit is contained in:
commit
02bfeff1b2
@ -41,7 +41,7 @@ int WebClient::getEdition(
|
|||||||
{
|
{
|
||||||
message.critical(
|
message.critical(
|
||||||
w, "Error",
|
w, "Error",
|
||||||
tr("An error occured while trying to sign in. "
|
tr("An error occurred while trying to sign in. "
|
||||||
"Please contact the helpdesk, and provide the "
|
"Please contact the helpdesk, and provide the "
|
||||||
"following details.\n\n%1").arg(e.what()));
|
"following details.\n\n%1").arg(e.what()));
|
||||||
return edition;
|
return edition;
|
||||||
|
Loading…
Reference in New Issue
Block a user