Rename Design to light > Design to Light

This commit is contained in:
Timothée Goguely 2025-01-23 12:26:10 +01:00
parent 28804ceba1
commit a880205e1d
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
title: Design to light title: Design to Light
tabs: tabs:
content: content:

View file

@ -1,5 +1,5 @@
designToLight: designToLight:
label: Design to light label: Design to Light
icon: leaf icon: leaf
fields: fields:
@ -33,7 +33,7 @@ fields:
DTLProposalLocation: DTLProposalLocation:
label: Localisation label: Localisation
help: Quelle étape contient la proposition Design to light ? help: Quelle étape contient la proposition Design to Light ?
type: radio type: radio
options: options:
proposal: Proposition commerciale proposal: Proposition commerciale

View file

@ -39,7 +39,7 @@ return [
], ],
'-', '-',
'design-to-light' => [ 'design-to-light' => [
'label' => 'Design to light', 'label' => 'Design to Light',
'icon' => 'leaf', 'icon' => 'leaf',
'link' => 'pages/design-to-light', 'link' => 'pages/design-to-light',
'current' => function (string $current): bool { 'current' => function (string $current): bool {