From 349a0934069a9ccec970599d3b623bc4653ee74d Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 28 Jul 2025 12:58:48 +0200 Subject: Locales: Consistently use -, not _, in message IDs Also, minor en-GB adjustments --- templates/account.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/account.html.ep') 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 @@ <%= L('account.webhook.disabled') %> % } % elsif ($hook->{latest_run}->epoch == 0) { - <%= L('account.webhook.active_pending') %> + <%= L('account.webhook.active-pending') %> % } % elsif ($hook->{errored}) { - <%= L('account.webhook.active_error') %> + <%= L('account.webhook.active-error') %> % } % else { <%= L('account.webhook.active') %> @@ -159,7 +159,7 @@ % } - <%= L('account.registration_date') %> + <%= L('account.registration-date') %> <%= $acc->{registered_at}->strftime(L('strftime.datetime')) %> -- cgit v1.2.3