Skip to content

Commit

Permalink
Fix malformed expiry date for PGP key
Browse files Browse the repository at this point in the history
  • Loading branch information
y3n4 committed Jan 7, 2024
1 parent 985f44e commit 72dbbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Start/openpgp.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{% if openpgp_expiretime %}
<div>
<label>{{ "openpgp.expiretime-label"|trans }}</label>
{{ openpgp_expiretime|format_date('medium', 'short') }}
{{ openpgp_expiretime|date("d.m.Y") }}
</div>
{% endif %}
</div>
Expand Down

0 comments on commit 72dbbda

Please sign in to comment.