chore(form): remove "optional" mention because people never fill them
Closes #9540
This commit is contained in:
parent
1d0054c38e
commit
8c66f4d6df
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
- elsif @champ.dossier.procedure.feature_enabled?(:disable_label_optional_champ_2023_06_29)
|
- elsif @champ.dossier.procedure.feature_enabled?(:disable_label_optional_champ_2023_06_29)
|
||||||
-# noop here, allow admin to disable the optional_champ
|
-# noop here, allow admin to disable the optional_champ
|
||||||
- else
|
- else
|
||||||
= "#{t('.optional_champ')}"
|
%span.sr-only= t('.optional_champ')
|
||||||
|
|
||||||
- if @champ.forked_with_changes?
|
- if @champ.forked_with_changes?
|
||||||
%span.updated-at.highlighted
|
%span.updated-at.highlighted
|
||||||
|
|
Loading…
Reference in a new issue