We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae62e79 commit 8de7bcaCopy full SHA for 8de7bca
src/gui/creds/flow2auth.cpp
@@ -249,7 +249,7 @@ QJsonObject Flow2Auth::handleResponse(QNetworkReply *reply)
249
errorReason = tr("Could not parse the JSON returned from the server: <br><em>%1</em>")
250
.arg(jsonParseError.errorString());
251
} else if (json.isEmpty()) {
252
- errorReason = tr("The reply from the server did not contain all expected fields")
+ errorReason = tr("The reply from the server did not contain all expected fields: <br><em>%1</em>")
253
254
}
255
0 commit comments