Update greeter.json

changed end as 24 in the good evening greeting. 0 didn't work
This commit is contained in:
Yasiru 2021-06-10 20:26:18 +10:00 committed by GitHub
parent 753a55c9c1
commit f0129100ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@
{ {
"greeting": "Good evening!", "greeting": "Good evening!",
"start": 18, "start": 18,
"end": 0 "end": 24
} }
], ],
"dateformat": "%wd, %m %d%e %y" "dateformat": "%wd, %m %d%e %y"