diff --git a/client/components/common/ReportStatusSummary/index.jsx b/client/components/common/ReportStatusSummary/index.jsx index 87d2f9251..b57f43ec3 100644 --- a/client/components/common/ReportStatusSummary/index.jsx +++ b/client/components/common/ReportStatusSummary/index.jsx @@ -33,12 +33,13 @@ const ReportStatusSummary = ({ const getConflictsAnchor = conflictsCount => { if (conflictsCount === 0) return null; + const conflictsText = `conflict${conflictsCount === 1 ? '' : 's'}`; return ( - with {conflictsCount} conflicts + with {conflictsCount} {conflictsText} ); }; diff --git a/client/tests/e2e/snapshots/saved/_data-management.html b/client/tests/e2e/snapshots/saved/_data-management.html index 496638791..57bf063c4 100644 --- a/client/tests/e2e/snapshots/saved/_data-management.html +++ b/client/tests/e2e/snapshots/saved/_data-management.html @@ -1087,7 +1087,7 @@

Test Plans Status Summary

R&D -

Complete Aug 21, 2024

+

Complete Sep 18, 2024

@@ -1110,7 +1110,7 @@

Test Plans Status Summary

V24.08.21V24.09.18