mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05: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