Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit abdae33

Browse files
committed
clarify revolut payment modal instructions
1 parent 52c6a43 commit abdae33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namu/templates/namu/topup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h4>Make a deposit</h4>
9999
$("#deposit-modal-text").html("Send money with MobilePay to the above number.")
100100
} else if (paymentMethod === "r") {
101101
$("#modal-pmethod").html("Revolut");
102-
$("#mobilepay").html('<img src="/static/images/revolut.png" alt="revolut.me/iiroukkonen"><p>Send money to this Revolut account.<br/>Please put "Namukilke" in the payment message.</p>')
102+
$("#mobilepay").html('<img src="/static/images/revolut.png" alt="revolut.me/iiroukkonen"><p>Send money in Revolut to @iiroukkonen.<br/><a>revolut.me/iiroukkonen</a><br/>Please put "Namukilke" in the payment message.</p>')
103103
}
104104
$("#modal-amount").html(amount);
105105
$('#deposit-modal').modal();

0 commit comments

Comments
 (0)