Skip to content

Commit

Permalink
Merge pull request #733 from paulwarren-wk/fix-calculation-inconsiste…
Browse files Browse the repository at this point in the history
…ncy-message
  • Loading branch information
austinmatherne-wk authored Sep 16, 2024
2 parents e0fefc6 + cf52095 commit 5e26432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iXBRLViewerPlugin/viewer/src/js/calculationInspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class CalculationInspector extends Dialog {
messageCell.addClass("consistent").find(".message").text(i18next.t('factDetails.calculationIsConsistent'));
}
else {
messageCell.addClass("inconsistent").find(".message").text(i18next.t('factDetails.calculationIsConsistent'));
messageCell.addClass("inconsistent").find(".message").text(i18next.t('factDetails.calculationIsInconsistent'));
}
}
}
Expand Down

0 comments on commit 5e26432

Please sign in to comment.