Skip to content

Commit

Permalink
chore: fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pac-guerreiro committed Oct 21, 2024
1 parent d740283 commit 22019b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5152,7 +5152,7 @@ const translations = {
hasErrors: 'Has errors in report or report actions data',
hasViolations: 'Has violations',
hasTransactionThreadViolations: 'Has transaction thread violations',
},
},
indicatorStatus: {
theresAReportAwaitingAction: "There's a report awaiting action",
theresAReportWithErrors: "There's a report with errors",
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5668,7 +5668,7 @@ const translations = {
hasErrors: 'Tiene errores en los datos o las acciones del informe',
hasViolations: 'Tiene violaciones',
hasTransactionThreadViolations: 'Tiene violaciones de hilo de transacciones',
},
},
indicatorStatus: {
theresAReportAwaitingAction: 'Hay un informe pendiente de acción',
theresAReportWithErrors: 'Hay un informe con errores',
Expand Down

0 comments on commit 22019b3

Please sign in to comment.