diff --git a/templates/recurly-invoice.html.twig b/templates/recurly-invoice.html.twig
index 464432b..2290597 100644
--- a/templates/recurly-invoice.html.twig
+++ b/templates/recurly-invoice.html.twig
@@ -86,7 +86,7 @@
         {% endfor %}
         <tr>
           <td>&nbsp;</td>
-          <td class="item-description"><b>{{ 'Payment Total|t '}}</b></td>
+          <td class="item-description"><b>{{ 'Payment Total'|t }}</b></td>
           <td class="line-total"><b>{{ transactions_total }}</b></td>
         </tr>
       </tbody>
