midday → noon

This commit is contained in:
stvnrlly
2022-11-28 16:57:49 -05:00
parent 03dad94af0
commit c8486ea015
7 changed files with 17 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ describe('RadioSelect', () => {
let label = hour;
if (hour === 12) {
return 'midday';
return 'noon';
}
if (hour === 24) {