diff --git a/html/user/delete_account_confirm.php b/html/user/delete_account_confirm.php index 04c28e7b71..cfedb1c26d 100644 --- a/html/user/delete_account_confirm.php +++ b/html/user/delete_account_confirm.php @@ -83,7 +83,7 @@ function delete_account_confirm_action() { page_head(tra("Account Deleted")); - echo "

".tra("Your account has been deleted. If you want to contribute to ".PROJECT." in the future you will need to create a new account.")."

"; + echo "

".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)."

"; page_tail(); }