diff --git a/app/templates/views/pricing.html b/app/templates/views/pricing.html index 367e4687e..103044f7e 100644 --- a/app/templates/views/pricing.html +++ b/app/templates/views/pricing.html @@ -26,7 +26,7 @@
diff --git a/app/templates/views/usage.html b/app/templates/views/usage.html index 37794f1b4..e5d5f64b1 100644 --- a/app/templates/views/usage.html +++ b/app/templates/views/usage.html @@ -37,7 +37,7 @@ {% if sms_chargeable %} {{ big_number( sms_chargeable, - 'at {:.2f}p per message'.format(sms_rate * 100), + 'at {:.2f} pence per message'.format(sms_rate * 100), smaller=True ) }} {% endif %}