From 78e6eb117a0225ae5b41398d1271e095ae8d184c Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Sun, 6 Jan 2019 21:54:39 +0800 Subject: [PATCH] Fix typo --- src/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.php b/src/strings.php index 38e4266..2c0a833 100644 --- a/src/strings.php +++ b/src/strings.php @@ -48,7 +48,7 @@ return [ 'endOfMonthGood' => 'The month is almost over, and it looks like you\'ve completed everything! Nice one!', 'andAlsoEndOfMonth' => 'Also, it\'s the end of the month, and there are these monthly tasks that still need doing...', 'andAlsoEndOfMonthGood' => 'It\'s the end of the month too, and you did all the tasks! Nice.', - 'endOfWeek' => 'Aw geez Rick, it\'s Friday and these tasks still haven\'nt been completed, please try to do them over the weekend D:', + 'endOfWeek' => 'Aw geez Rick, it\'s Friday and these tasks still haven\'t been completed, please try to do them over the weekend D:', 'endOfWeekGood' => 'It\'s Friday and all the tasks are done! Nice', 'andAlsoEndOfWeek' => 'Also, it\'s the end of a week, so here\'s the outstanding stuff...', 'andAlsoEndOfWeekGood' => 'Also, it\'s the end of a week, but it looks like you got everything done, sick :D', -- 2.11.0