From 4c04216ccc00ef5f92ce34f55802571b02c05899 Mon Sep 17 00:00:00 2001 From: Harum! Date: Thu, 30 Jul 2020 17:22:37 -0400 Subject: [PATCH] Minor changes to checkbox label on dashboard --- src/components/dashboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard.js b/src/components/dashboard.js index 08e720e..68e9059 100644 --- a/src/components/dashboard.js +++ b/src/components/dashboard.js @@ -234,7 +234,7 @@ export default function Dashboard() { name="hasData" label={ - With Reported Data{' '} + With reported data{' '} } checked={params.get('data') === 'true'} @@ -260,7 +260,7 @@ export default function Dashboard() { name="hasCode" label={ - With Reported Code{' '} + With reported code{' '} } checked={params.get('code') === 'true'}