diff --git a/templates/lambdainst/account.html b/templates/lambdainst/account.html
index 313eb7d..3569f40 100644
--- a/templates/lambdainst/account.html
+++ b/templates/lambdainst/account.html
@@ -38,6 +38,7 @@
FAILING since {{since}}. ({{backend}})
Please cancel and subscribe again if you need to switch to another payment method.
{% endblocktrans %}
+ ({% trans "cancel" %})
{% elif subscription.status == 'active' %}
{% blocktrans trimmed with until=subscription.next_renew|default:user.vpnuser.expiration|date:'Y-m-d' backend=subscription.backend.backend_verbose_name %}
ACTIVE. Renews on {{until}} via {{backend}}.