diff options
author | Tamara Schmitz <tamara.zoe.schmitz@posteo.de> | 2025-07-24 09:21:17 +0200 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2025-07-25 14:59:24 +0200 |
commit | 2a29464490233bcd9ed55f8f874362852938377f (patch) | |
tree | 287914f8a80259ee14b363f34bff192a6c692891 /templates/account.html.ep | |
parent | 35d89cde873cc22aab3d8c99fc1cea0c6cd3fef0 (diff) |
localization: add localized date and time string to account page
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 2 |
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> |