Skip to content

Commit

Permalink
[frontend] fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis committed Sep 11, 2024
1 parent 536aaf2 commit 85b4b7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { fetchMapper, updateMapper } from '../../../../../actions/mapper/mapper-
import type { ImportMapperUpdateInput, RawPaginationImportMapper } from '../../../../../utils/api-types';
import Loader from '../../../../../components/Loader';
import { ImportMapperStore } from '../../../../../actions/mapper/mapper';
import { MESSAGING$ } from '../../../../../utils/Environment';

interface XlsMapperUpdateComponentProps {
xlsMapper: ImportMapperStore;
Expand Down
2 changes: 1 addition & 1 deletion openbas-front/src/utils/Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ const i18n = {
equals: 'egal',
'not equals': 'pas égal',
'starts with': 'commence par',
'not starts with': 'ne commence pas par',
Empty: 'Vide',
'is empty': 'est vide',
'Not empty': 'Non vide',
Expand Down Expand Up @@ -1339,7 +1340,6 @@ const i18n = {
'Launch simulation now': 'Lancer la simulation maintenant',
'Launch now': 'Lancer maintenant',
'All teams value': 'Valeur de toutes les équipes',
'not starts with': 'ne commence pas par',
},
zh: {
'Email address': 'email地址',
Expand Down

0 comments on commit 85b4b7b

Please sign in to comment.