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'}