diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-28 12:58:48 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-28 12:58:48 +0200 |
commit | 349a0934069a9ccec970599d3b623bc4653ee74d (patch) | |
tree | dc62b7c79f04d6c38280bd08e31c2d83792ef5af /templates/account.html.ep | |
parent | bb8d56c0bbdaf982edf9c9c388718cb29f8bb96c (diff) |
Locales: Consistently use -, not _, in message IDs
Also, minor en-GB adjustments
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 0a5dbda..5539a39 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -116,10 +116,10 @@ <span style="color: #999999;"><%= L('account.webhook.disabled') %></span> % } % elsif ($hook->{latest_run}->epoch == 0) { - <%= L('account.webhook.active_pending') %> + <%= L('account.webhook.active-pending') %> % } % elsif ($hook->{errored}) { - <%= L('account.webhook.active_error') %> <i class="material-icons" aria-hidden="true">error</i> + <%= L('account.webhook.active-error') %> <i class="material-icons" aria-hidden="true">error</i> % } % else { <%= L('account.webhook.active') %> @@ -159,7 +159,7 @@ </tr> % } <tr> - <th scope="row"><%= L('account.registration_date') %></th> + <th scope="row"><%= L('account.registration-date') %></th> <td><%= $acc->{registered_at}->strftime(L('strftime.datetime')) %></td> </tr> </table> |