From 2180fca7be27e190ada68ef21d9d3a8dcb1a3904 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Mon, 26 Feb 2024 17:46:03 -0500 Subject: [PATCH] add silly things to extra locales --- src/assets/locales/en.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index bf0cd2e3..4f9e84ee 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -132,17 +132,15 @@ "titles": { "day": { "default": "What would you like to watch this afternoon?", - "extra": [ - "Feeling adventurous? Jurassic Park might be the perfect choice." - ] + "extra": ["Have you seen Blazing Saddles?"] }, "morning": { "default": "What would you like to watch this morning?", - "extra": ["I hear Before Sunrise is good"] + "extra": ["I hear The Expanse is popular"] }, "night": { "default": "What would you like to watch tonight?", - "extra": ["Tired? I hear The Exorcist is good."] + "extra": ["Go smoke and watch The Simpsons!"] } } },