Browse Source

Merge pull request #670 from usman1100/extra-message-in-day-english

add value for extra in day for english locale
pull/674/head
Jip Frijlink 2 years ago committed by GitHub
parent
commit
78bdf07c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/assets/locales/en.json

5
src/assets/locales/en.json

@ -120,7 +120,10 @@ @@ -120,7 +120,10 @@
},
"titles": {
"day": {
"default": "What would you like to watch this afternoon?"
"default": "What would you like to watch this afternoon?",
"extra": [
"Feeling adventurous? Jurassic Park might be the perfect choice."
]
},
"morning": {
"default": "What would you like to watch this morning?",

Loading…
Cancel
Save