mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-04 05:31:44 -04:00
midday → noon
This commit is contained in:
@@ -11,7 +11,7 @@ def test_form_contains_next_24h(notify_admin):
|
||||
|
||||
# Friday
|
||||
assert choices[0] == ('', 'Now')
|
||||
assert choices[1] == ('2016-01-01T17:00:00', 'Today at midday')
|
||||
assert choices[1] == ('2016-01-01T17:00:00', 'Today at noon')
|
||||
assert choices[13] == ('2016-01-02T05:00:00', 'Today at midnight')
|
||||
|
||||
# Saturday
|
||||
|
||||
@@ -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