fix: missing tr() and update donate message
This commit is contained in:
parent
22e0527502
commit
5e17d53c7f
2 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ void ModPage::updateUi()
|
|||
}
|
||||
|
||||
if(!current.extraData.donate.isEmpty()) {
|
||||
text += "<br><br>Donation information:<br>";
|
||||
text += tr("<br><br>Donate information:<br>");
|
||||
auto donateToStr = [](ModPlatform::DonationData& donate) -> QString {
|
||||
return QString("<a href=\"%1\">%2</a>").arg(donate.url, donate.platform);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue