fix: missing tr() and update donate message
This commit is contained in:
@ -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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user