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:
commit
b3d7584766
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue