Merge pull request #2592 from BOINC/knr_translation_string_fix

web: Fix string that included a variable but needs to be translated s…
This commit is contained in:
David Anderson 2018-07-20 12:17:17 -07:00 committed by GitHub
commit 0ecef40878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function delete_account_confirm_action() {
page_head(tra("Account Deleted"));
echo "<p>".tra("Your account has been deleted. If you want to contribute to ".PROJECT." in the future you will need to create a new account.")."</p>";
echo "<p>".tra("Your account has been deleted. If you want to contribute to %1 in the future you will need to create a new account.",PROJECT)."</p>";
page_tail();
}