diff --git a/src/huggle_ui/mainwindow.cpp b/src/huggle_ui/mainwindow.cpp index 69024da69..0bb3c0fae 100644 --- a/src/huggle_ui/mainwindow.cpp +++ b/src/huggle_ui/mainwindow.cpp @@ -2459,6 +2459,7 @@ void MainWindow::welcomeCurrentUser(QString message) return; } message.replace("$1", this->CurrentEdit->User->Username); + message.replace("$page", this->CurrentEdit->Page->PageName); WikiUtil::MessageUser(this->CurrentEdit->User, message, conf->WelcomeTitle, conf->WelcomeSummary, false, nullptr, false, false, true, this->CurrentEdit->TPRevBaseTime, create_only); }