Skip to content

Commit

Permalink
feat(redmine #1297182): fix pr review from Tony
Browse files Browse the repository at this point in the history
  • Loading branch information
pereag authored and MorganeLeCaignec committed Jun 3, 2024
1 parent f6ed6b6 commit 326b721
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function getMenu(checked: boolean): IMenuItem<number>[] {
</>
),
id: 1,
label: 'Nom du client',
label: 'Client name',
},
{
children: [
Expand All @@ -67,7 +67,7 @@ export function getMenu(checked: boolean): IMenuItem<number>[] {
</>
),
id: 10,
label: 'Contrat classique',
label: 'Classic contract',
},
{
content: (
Expand All @@ -76,17 +76,17 @@ export function getMenu(checked: boolean): IMenuItem<number>[] {
</Group>
),
id: 11,
label: 'Contrat special',
label: 'Special contract',
},
],
id: 3,
label: 'Type de contrat',
label: 'Type of Contract',
},
{
id: 8,
label: 'Période',
label: 'Period',
},
{ id: 9, label: 'Durée du contrat' },
{ id: 9, label: 'Contract duration' },
];
}

Expand Down Expand Up @@ -116,7 +116,7 @@ export function getMenuWithSelectableList(): IMenuItem<number>[] {
/>
),
id: 1,
label: 'Nom du client',
label: 'Client name',
},
{
children: [
Expand All @@ -129,7 +129,7 @@ export function getMenuWithSelectableList(): IMenuItem<number>[] {
/>
),
id: 10,
label: 'Contrat classique',
label: 'Classic contract',
},
{
content: (
Expand All @@ -140,16 +140,16 @@ export function getMenuWithSelectableList(): IMenuItem<number>[] {
/>
),
id: 11,
label: 'Contrat special',
label: 'Special contract',
},
],
id: 3,
label: 'Type de contrat',
label: 'Type of Contract',
},
{
id: 8,
label: 'Période',
label: 'Period',
},
{ id: 9, label: 'Durée du contrat' },
{ id: 9, label: 'Contract duration' },
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-testid="select"
type="button"
>
Nom du client (2)
Client name (2)
</button>
</span>
<span
Expand Down Expand Up @@ -440,7 +440,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-testid="select"
type="button"
>
Type de contrat (2)
Type of Contract (2)
</button>
</span>
<span
Expand Down Expand Up @@ -501,7 +501,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-testid="select"
type="button"
>
Contrat classique (1)
Classic contract (1)
</button>
</span>
<span
Expand Down Expand Up @@ -655,7 +655,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-testid="select"
type="button"
>
Contrat special (1)
Special contract (1)
</button>
</span>
<span
Expand Down Expand Up @@ -764,7 +764,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-testid="select"
type="button"
>
Période
Period
</button>
</span>
</span>
Expand All @@ -790,7 +790,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-testid="select"
type="button"
>
Durée du contrat
Contract duration
</button>
</span>
</span>
Expand Down

0 comments on commit 326b721

Please sign in to comment.