From e0dea3b6b44e88d900807ad415397f6ea8f90453 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Thu, 19 Nov 2020 15:53:58 +0200 Subject: [PATCH] Changed the labels for LCP/WI/COWI --- .../manage/Blocks/SiteBlocks/Header/View.jsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/components/manage/Blocks/SiteBlocks/Header/View.jsx b/src/components/manage/Blocks/SiteBlocks/Header/View.jsx index b7bd63e6..370480b6 100644 --- a/src/components/manage/Blocks/SiteBlocks/Header/View.jsx +++ b/src/components/manage/Blocks/SiteBlocks/Header/View.jsx @@ -74,17 +74,26 @@ const View = (props) => { '' )} {site.count_plantType_LCP ? ( -

{site.count_plantType_LCP} LCPs

+

+ {site.count_plantType_LCP} Large combustion plant + {site.count_plantType_LCP > 1 ? 's' : ''} +

) : ( '' )} {site.count_plantType_WI ? ( -

{site.count_plantType_WI} Wis

+

+ {site.count_plantType_WI} Waste incinerator + {site.count_plantType_WI > 1 ? 's' : ''} +

) : ( '' )} {site.count_plantType_coWI ? ( -

{site.count_plantType_coWI} CoWis

+

+ {site.count_plantType_coWI} Co-waste incinerator + {site.count_plantType_WI > 1 ? 's' : ''} +

) : ( '' )}