From 0c8aaae6df22b06629080906b8ac7cce98c06ffc Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Mon, 3 Dec 2018 22:04:13 +0800 Subject: [PATCH] Correct the <30 goodnight string --- strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.php b/strings.php index 16da5c6..8f41824 100644 --- a/strings.php +++ b/strings.php @@ -6,6 +6,6 @@ return [ 'billreminder' => '[REMINDER %d DAYS] %s bill: $%s each due on the %s', 'drinksomewater' => '🚰 Consider drinking some water! 💦 #HydrationNation', 'goodnightWearShorts' => 'I\'m signing off for the night. Before I go; tomorrow it\'s going to be about %s when you get up and %s later in the day. So consider wearing summer clothes. ☀️☀️☀️', - 'goodnightNormal' => 'I\'m signing off for the night. Before I go; tomorrow it\'s going to be about %s when you get up and %s later in the day. So consider wearing summer clothes.', + 'goodnightNormal' => 'I\'m signing off for the night. Before I go; tomorrow it\'s going to be about %s when you get up and %s later in the day. Jumper and trousers, maybe?', 'goodnight' => 'Goodnight!' ]; -- 2.11.0