diff --git a/src/components/dashboard.js b/src/components/dashboard.js
index f9ba556..48afc7b 100644
--- a/src/components/dashboard.js
+++ b/src/components/dashboard.js
@@ -236,7 +236,7 @@ export default function Dashboard() {
name="hasData"
label={
- With Reported Data{' '}
+ With reported data{' '}
}
checked={params.get('data') === 'true'}
@@ -263,7 +263,7 @@ export default function Dashboard() {
name="hasCode"
label={
- With Reported Code{' '}
+ With reported code{' '}
}
checked={params.get('code') === 'true'}