Skip to content

Commit

Permalink
feat(redmine 1305131): make some corrections (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meriemu authored Jul 25, 2024
1 parent d46907c commit d162e5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-dogs-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'storybook-pages': minor
---

some corrections
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const texts = {
freelance: 'Freelance',
invoice: 'Factures',
location: 'emplacement',
particular: 'Particulié',
particular: 'Particulier',
period: 'période',
permanentContract: 'CDI',
relevance: 'pertinence',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function SearchResults(): ReactElement {
{
categoryId: [2, 4],
id: 7,
label: 'Particulié',
label: 'Particulier',
onRemove: () => {
removeAllFilters();
},
Expand Down Expand Up @@ -474,7 +474,7 @@ export function SearchResults(): ReactElement {
<DocumentList
actionBarProps={{
selectedElementsLabel: (n) =>
`${n} ${texts.file}{n > 1 ? 's' : ''} ${texts.selected} ${
`${n} ${texts.file}${n > 1 ? 's' : ''} ${texts.selected}${
n > 1 ? 's' : ''
}`,
}}
Expand Down

0 comments on commit d162e5f

Please sign in to comment.