summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
diff options
context:
space:
mode:
authorTamara Schmitz <tamara.zoe.schmitz@posteo.de>2025-07-24 09:21:17 +0200
committerBirte Friesel <derf@chaosdorf.de>2025-07-25 14:59:24 +0200
commit2a29464490233bcd9ed55f8f874362852938377f (patch)
tree287914f8a80259ee14b363f34bff192a6c692891 /templates/account.html.ep
parent35d89cde873cc22aab3d8c99fc1cea0c6cd3fef0 (diff)
localization: add localized date and time string to account page
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r--templates/account.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep
index 36ed0bc..e812bd1 100644
--- a/templates/account.html.ep
+++ b/templates/account.html.ep
@@ -159,8 +159,8 @@
</tr>
% }
<tr>
- <td><%= $acc->{registered_at}->strftime('%d.%m.%Y %H:%M') %></td>
<th scope="row"><%= L('account.registration_date') %></th>
+ <td><%= $acc->{registered_at}->strftime(L('strftime.datetime')) %></td>
</tr>
</table>
</div>