Merge pull request #9024 from colinux/typo-revision

Admin: fix affichage d'un avertissement dans le résumé des changements bloquants d'une nouvelle révision
This commit is contained in:
Colin Darie 2023-05-10 09:04:27 +00:00 committed by GitHub
commit b3d7584766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@
= t(".#{prefix}.update_condition", label: change.label, to: change.to)
- if !total_dossiers.zero? && !change.can_rebase?
.fr-alert.fr-alert--warning.fr-mt-1v
%p= t('.breakigng_change', count: total_dossiers)
%p= t('.breaking_change', count: total_dossiers)
- when :character_limit
- if change.to.blank?
- list.with_item do