Skip to content

Commit

Permalink
Improve wording on the payment page
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem authored and amCap1712 committed Jul 16, 2024
1 parent 14c3a09 commit 8bfe6c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metabrainz/templates/payments/payment_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<h1 class="page-title">{{ _('Make a Payment') }}</h1>

<div class="alert alert-info" role="alert">
{{ _('<b>This page is for organizations!</b> Payments made here will not show up
in the list of donations. If you want to make a donation instead, go to
<a href="%(donate_url)s">donation page</a>.', donate_url=url_for('payments.donate')) }}
{{ _('<b>This page is for organizations that are supporters of the MetaBrainz Foundation to make payments
to us!</b> Payments made here will not be considered as donations. If you want to make a donation
instead, go to <a href="%(donate_url)s">donation page</a>.', donate_url=url_for('payments.donate')) }}
</div>

<p>
Expand Down

0 comments on commit 8bfe6c2

Please sign in to comment.