Skip to content

Commit

Permalink
Add missing arg to translatable string
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Oct 25, 2020
1 parent 74dd6f4 commit 40d22b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Window {
login: googleLoginHelperInstance

onInitError: function(err) {
playDownloadError.text = qsTr("Please login again, Details:\n").arg(err);
playDownloadError.text = qsTr("Please login again, Details:<br/>%1").arg(err);
playDownloadError.open()
}

Expand Down

0 comments on commit 40d22b1

Please sign in to comment.