fix(dossier): see_more errors missing translation
This commit is contained in:
parent
7a9b1a5763
commit
e6d761b915
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
= error_descriptor.error_message
|
||||
|
||||
- if tail.size > 0
|
||||
%button.fr-mt-0.fr-btn.fr-btn--sm.fr-btn--tertiary-no-outline{ type: "button", "aria-controls": 'tail-errors', "aria-expanded": "false", class: "" }= t('see_more')
|
||||
%button.fr-mt-0.fr-btn.fr-btn--sm.fr-btn--tertiary-no-outline{ type: "button", "aria-controls": 'tail-errors', "aria-expanded": "false", class: "" }= t('.see_more')
|
||||
%ul#tail-errors.fr-collapse.fr-mt-0
|
||||
- tail.each do |error_descriptor|
|
||||
%li
|
||||
|
|
Loading…
Reference in a new issue