mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-12 13:20:43 -04:00
midday → noon
This commit is contained in:
@@ -42,7 +42,7 @@ describe('RadioSelect', () => {
|
||||
let label = hour;
|
||||
|
||||
if (hour === 12) {
|
||||
return 'midday';
|
||||
return 'noon';
|
||||
}
|
||||
|
||||
if (hour === 24) {
|
||||
|
||||
Reference in New Issue
Block a user