Skip to content

Commit

Permalink
fix wrong title
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed May 8, 2023
1 parent 0acff7e commit 9de1ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/alfio/templates/invoice.ms
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>
{{#proforma}}{{#i18n}}invoice.proforma [{{vatTranslation}}]{{/i18n}}{{/proforma}}
{{^proforma}}{{#i18n}}invoice.proforma [{{vatTranslation}}]{{/i18n}}{{/proforma}}
{{^proforma}}{{#i18n}}invoice.vat-invoice [{{vatTranslation}}]{{/i18n}}{{/proforma}}
</title>
<meta name="subject" content="{{#i18n}}invoice.vat-invoice [{{vatTranslation}}]{{/i18n}}" />
<meta name="author" content="{{organization.name}}" />
Expand Down

0 comments on commit 9de1ffc

Please sign in to comment.