fixed stray apostrophe

This commit is contained in:
Khalim Conn-Kowlessar 2025-12-08 12:05:13 +00:00
parent eaeaa13d0f
commit dd8589796d

View file

@ -144,7 +144,7 @@ export function ReportingClientArea({
)}
{isError && (
<div className="text-sm text-red-500 mt-2">
Couldn't load scenario data.
Could not load scenario data.
</div>
)}