fix(admin): typo in revision breaking change summary
This commit is contained in:
parent
a45d5f6d05
commit
1e5b7f1068
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
||||||
= t(".#{prefix}.update_condition", label: change.label, to: change.to)
|
= t(".#{prefix}.update_condition", label: change.label, to: change.to)
|
||||||
- if !total_dossiers.zero? && !change.can_rebase?
|
- if !total_dossiers.zero? && !change.can_rebase?
|
||||||
.fr-alert.fr-alert--warning.fr-mt-1v
|
.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
|
- when :character_limit
|
||||||
- if change.to.blank?
|
- if change.to.blank?
|
||||||
- list.with_item do
|
- list.with_item do
|
||||||
|
|
Loading…
Add table
Reference in a new issue