summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
diff options
context:
space:
mode:
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>