diff --git a/musician/templates/musician/billing.html b/musician/templates/musician/billing.html index 46d1396..f181341 100644 --- a/musician/templates/musician/billing.html +++ b/musician/templates/musician/billing.html @@ -4,7 +4,7 @@ {% block content %}
Little description of what to be expected...
+{% trans "Little description of what billing section is." %}
Number | -Bill date | -Type | -Total | -Download PDF | +{% trans "Number" %} | +{% trans "Bill date" %} | +{% trans "Type" %} | +{% trans "Total" %} | +{% trans "Download PDF" %} |
---|