From f0676bea3eaf779257fc544134ef6148d4c69a17 Mon Sep 17 00:00:00 2001 From: usman1100 Date: Sat, 30 Dec 2023 20:40:19 +0500 Subject: [PATCH] add value for extra in day for english locale --- src/assets/locales/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index a9baf68a..96b8425e 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -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?",