Correct the <30 goodnight string
authorCameron Ball <cameron@cameron1729.xyz>
Mon, 3 Dec 2018 14:04:13 +0000 (22:04 +0800)
committerCameron Ball <cameron@cameron1729.xyz>
Wed, 19 Dec 2018 03:48:36 +0000 (11:48 +0800)
strings.php

index 16da5c6..8f41824 100644 (file)
@@ -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!'
 ];