diff options
| author | Emīls <emils@mullvad.net> | 2023-03-17 12:25:42 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2023-03-17 12:25:42 +0100 |
| commit | e224b5d827bf9a3f64ec40c453612405fd753b0d (patch) | |
| tree | eeb464f5b5c9b61c7a6cc568eadf642db86b900b | |
| parent | 819f6a0fc27ad538efb36cffccc2d8f2f467836a (diff) | |
| parent | 0ac49208321a95fb245935f09d7073771144e067 (diff) | |
| download | mullvadvpn-e224b5d827bf9a3f64ec40c453612405fd753b0d.tar.xz mullvadvpn-e224b5d827bf9a3f64ec40c453612405fd753b0d.zip | |
Merge branch 'IOS-49'
| -rw-r--r-- | ios/MullvadVPN/RESTError+Display.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/RESTError+Display.swift b/ios/MullvadVPN/RESTError+Display.swift index 8681dd9aa8..e943fc7a7e 100644 --- a/ios/MullvadVPN/RESTError+Display.swift +++ b/ios/MullvadVPN/RESTError+Display.swift @@ -29,7 +29,7 @@ extension REST.Error: DisplayError { return String(format: NSLocalizedString( "INVALID_ACCOUNT_ERROR", tableName: "REST", - value: "Unexpected server response: %@", + value: "Unexpected server response: %d", comment: "" ), statusCode) } |
