Skip to content

Commit

Permalink
chore: use better label for crypto payments
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Dec 2, 2024
1 parent a87c067 commit 5574110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate_web/payments/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def collect(self, request: HttpRequest | None) -> bool | None:
@register_backend
class ThePay2Bitcoin(ThePay2Card):
name = "thepay2-bitcoin"
verbose = gettext_lazy("Bitcoin")
verbose = gettext_lazy("Crypto payment")
description = "Bitcoin (The Pay)"
recurring = False
thepay_method_code = "bitcoin"
Expand Down

0 comments on commit 5574110

Please sign in to comment.