Skip to content

Commit 42b3773

Browse files
pilasougithub-actions[bot]
authored andcommitted
Fix lint errors
(cherry picked from commit c2b7024)
1 parent 4670496 commit 42b3773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/i18n/fr.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5568,13 +5568,13 @@
55685568
"search.filters.operator.equals.text": "Est égal à",
55695569

55705570
//"search.filters.operator.notequals.text": "Not Equals",
5571-
search.filters.operator.notequals.text": "N'est pas égal à",
5571+
"search.filters.operator.notequals.text": "N'est pas égal à",
55725572

55735573
//"search.filters.operator.authority.text": "Authority",
55745574
"search.filters.operator.authority.text": "Est une autorité",
55755575

55765576
//"search.filters.operator.notauthority.text": "Not Authority",
5577-
"search.filters.operator.notauthority.text": "N'est pas une autorité"
5577+
"search.filters.operator.notauthority.text": "N'est pas une autorité",
55785578

55795579
//"search.filters.operator.contains.text": "Contains",
55805580
"search.filters.operator.contains.text": "Contient",

0 commit comments

Comments
 (0)