Update greeter.json
changed end as 24 in the good evening greeting. 0 didn't work
This commit is contained in:
parent
753a55c9c1
commit
f0129100ba
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
{
|
||||
"greeting": "Good evening!",
|
||||
"start": 18,
|
||||
"end": 0
|
||||
"end": 24
|
||||
}
|
||||
],
|
||||
"dateformat": "%wd, %m %d%e %y"
|
||||
|
|
Loading…
Reference in a new issue