From a1f5dd08c74a2cb855022d1bcb26ed04bfdd30dd Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Mon, 8 Sep 2025 14:42:25 +0300 Subject: [PATCH] fix typo --- app/views/webhook_settings/show.html.erb | 2 +- config/locales/i18n.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/webhook_settings/show.html.erb b/app/views/webhook_settings/show.html.erb index 1b9a53ad..5084319e 100644 --- a/app/views/webhook_settings/show.html.erb +++ b/app/views/webhook_settings/show.html.erb @@ -84,7 +84,7 @@

<%= t('events_log') %>

<%= link_to t('all'), url_for(params.to_unsafe_h.except(:status)), style: 'margin-bottom: -1px', class: "tab h-10 text-base #{params[:status].blank? ? 'tab-active tab-bordered' : 'pb-[3px]'}" %> - <%= link_to t('successed'), url_for(params.to_unsafe_h.merge(status: 'success')), style: 'margin-bottom: -1px', class: "tab h-10 text-base #{params[:status] == 'success' ? 'tab-active tab-bordered' : 'pb-[3px]'}" %> + <%= link_to t('succeeded'), url_for(params.to_unsafe_h.merge(status: 'success')), style: 'margin-bottom: -1px', class: "tab h-10 text-base #{params[:status] == 'success' ? 'tab-active tab-bordered' : 'pb-[3px]'}" %> <%= link_to t('failed'), url_for(params.to_unsafe_h.merge(status: 'error')), style: 'margin-bottom: -1px', class: "tab h-10 text-base #{params[:status] == 'error' ? 'tab-active tab-bordered' : 'pb-[3px]'}" %>
<% if @webhook_events.present? %> diff --git a/config/locales/i18n.yml b/config/locales/i18n.yml index 18da4440..e43464fc 100644 --- a/config/locales/i18n.yml +++ b/config/locales/i18n.yml @@ -772,7 +772,7 @@ en: &en at_least_one_field_must_be_displayed_in_the_form: At least one field must be displayed in the form. this_template_has_multiple_parties_which_prevents_the_use_of_a_sharing_link: This template has multiple parties, which prevents the use of a shared link as it's unclear which party is responsible for specific fields. To resolve this, define the default party details. events_log: Events Log - successed: Successed + succeeded: Succeeded failed: Failed there_are_no_events: There are no events resend: Resend @@ -1662,7 +1662,7 @@ es: &es at_least_one_field_must_be_displayed_in_the_form: Al menos un campo debe mostrarse en el formulario. this_template_has_multiple_parties_which_prevents_the_use_of_a_sharing_link: Esta plantilla tiene varias partes, lo que impide el uso de un enlace compartido porque no está claro qué parte es responsable de campos específicos. Para resolverlo, define los detalles predeterminados de la parte. events_log: Registro de eventos - successed: Exitoso + succeeded: Exitoso failed: Fallido there_are_no_events: No hay eventos resend: Reenviar @@ -2552,7 +2552,7 @@ it: &it at_least_one_field_must_be_displayed_in_the_form: Almeno un campo deve essere visualizzato nel modulo. this_template_has_multiple_parties_which_prevents_the_use_of_a_sharing_link: Questo modello ha più parti, il che impedisce l’uso di un link di condivisione perché non è chiaro quale parte sia responsabile di campi specifici. Per risolvere, definisci i dettagli predefiniti della parte. events_log: Registro eventi - successed: Riuscito + succeeded: Riuscito failed: Fallito there_are_no_events: Nessun evento resend: Invia di nuovo @@ -3446,7 +3446,7 @@ fr: &fr at_least_one_field_must_be_displayed_in_the_form: Au moins un champ doit être affiché dans le formulaire. this_template_has_multiple_parties_which_prevents_the_use_of_a_sharing_link: Ce modèle contient plusieurs parties, ce qui empêche l’utilisation d’un lien de partage car il n’est pas clair quelle partie est responsable de certains champs. Pour résoudre cela, définissez les détails de la partie par défaut. events_log: Journal des événements - successed: Réussi + succeeded: Réussi failed: Échoué there_are_no_events: Aucun événement resend: Renvoyer @@ -4339,7 +4339,7 @@ pt: &pt at_least_one_field_must_be_displayed_in_the_form: Pelo menos um campo deve ser exibido no formulário. this_template_has_multiple_parties_which_prevents_the_use_of_a_sharing_link: Este modelo tem várias partes, o que impede o uso de um link de compartilhamento, pois não está claro qual parte é responsável por campos específicos. Para resolver isso, defina os detalhes padrão da parte. events_log: Registro de eventos - successed: Sucesso + succeeded: Sucesso failed: Falhou there_are_no_events: Nenhum evento resend: Reenviar @@ -5231,7 +5231,7 @@ de: &de at_least_one_field_must_be_displayed_in_the_form: Mindestens ein Feld muss im Formular angezeigt werden. this_template_has_multiple_parties_which_prevents_the_use_of_a_sharing_link: Diese Vorlage enthält mehrere Parteien, was die Verwendung eines Freigabelinks verhindert, da unklar ist, welche Partei für bestimmte Felder verantwortlich ist. Um dies zu beheben, definieren Sie die Standardparteidetails. events_log: Ereignisprotokoll - successed: Erfolgreich + succeeded: Erfolgreich failed: Fehlgeschlagen there_are_no_events: Keine Ereignisse vorhanden resend: Erneut senden