Skip to content

Commit 8de7bca

Browse files
committed
fix: add parameter to string.
Signed-off-by: Camila Ayres <hello@camilasan.com>
1 parent ae62e79 commit 8de7bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/creds/flow2auth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ QJsonObject Flow2Auth::handleResponse(QNetworkReply *reply)
249249
errorReason = tr("Could not parse the JSON returned from the server: <br><em>%1</em>")
250250
.arg(jsonParseError.errorString());
251251
} else if (json.isEmpty()) {
252-
errorReason = tr("The reply from the server did not contain all expected fields")
252+
errorReason = tr("The reply from the server did not contain all expected fields: <br><em>%1</em>")
253253
.arg(jsonParseError.errorString());
254254
}
255255

0 commit comments

Comments
 (0)