From d53a893ea5fa10105a8def28bf738c81db9c6661 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 23 Nov 2022 10:04:46 +0100 Subject: [PATCH] tweak wording --- .../frontend/building/data-components/planning-data-entry.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/building/data-components/planning-data-entry.tsx b/app/src/frontend/building/data-components/planning-data-entry.tsx index 1589f36e..d861fdff 100644 --- a/app/src/frontend/building/data-components/planning-data-entry.tsx +++ b/app/src/frontend/building/data-components/planning-data-entry.tsx @@ -68,7 +68,7 @@ const StatusInfo = ({status, statusBeforeAliasing}) => { return <>{LinkIfAvailable(null)} } if(status != statusBeforeAliasing) { - return <>{status} - status in raw data was: {statusBeforeAliasing} + return <>{status} - status in data source was: {statusBeforeAliasing} } return <>{status} }