Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
fix: error column order
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-amadio-acn authored and tensor5 committed Sep 20, 2023
1 parent be0238c commit 5e574d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/audits/municipality/serviziAudit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ class LoadAudit extends Audit {
);
pagesInError.push({
inspected_page: randomService,
wrong_order_elements: errorMessage,
wrong_order_elements: "",
missing_elements: errorMessage,
});
continue;
}
Expand Down
2 changes: 1 addition & 1 deletion src/config/commonAuditsParts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const pwaAudits = [
export const errorHandling = {
errorColumnTitles: [
"Pagine nelle quali si sono verificati errori:",
"Errori:",
"Errori",
],
errorMessage:
"In almeno una delle pagine analizzate si sono verificati degli errori.",
Expand Down

0 comments on commit 5e574d1

Please sign in to comment.