Skip to content

Commit

Permalink
Merge pull request #1180 from amnezia-vpn/bugfix/open-file-error-miss…
Browse files Browse the repository at this point in the history
…ing-text

bugfix: added missing text in the errors [no ci]
  • Loading branch information
pokamest authored Oct 18, 2024
2 parents 6844a23 + 2c9067b commit c4f32ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/core/errorstrings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ QString errorString(ErrorCode code) {
case (ErrorCode::AddressPoolError): errorMessage = QObject::tr("VPN pool error: no available addresses"); break;

case (ErrorCode::ImportInvalidConfigError): errorMessage = QObject::tr("The config does not contain any containers and credentials for connecting to the server"); break;
case (ErrorCode::ImportOpenConfigError): errorMessage = QObject::tr(""); break;
case (ErrorCode::ImportOpenConfigError): errorMessage = QObject::tr("Unable to open config file"); break;

// Android errors
case (ErrorCode::AndroidError): errorMessage = QObject::tr("VPN connection error"); break;
Expand Down

0 comments on commit c4f32ee

Please sign in to comment.