Skip to content

Commit 527e2f2

Browse files
sebastian-s-beckmannRytoEX
authored andcommitted
frontend: Remove unneeded argument from log upload privacy notice
1 parent 1239ef5 commit 527e2f2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontend/dialogs/LogUploadDialog.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ LogUploadDialog::LogUploadDialog(QWidget *parent, LogFileType uploadType)
4545

4646
ui->stackedWidget->setCurrentIndex(DialogPage::Start);
4747

48-
ui->privacyNotice->setText(
49-
QTStr("LogUploadDialog.Labels.PrivacyNotice").arg(QTStr("LogUploadDialog.Buttons.ConfirmUpload")));
48+
ui->privacyNotice->setText(QTStr("LogUploadDialog.Labels.PrivacyNotice"));
5049

5150
if (uploadType_ == LogFileType::CrashLog) {
5251
ui->analyzeURL->hide();

0 commit comments

Comments
 (0)