From 0e2633384c2f0397648b2ca04e9e8ed8d37f931b Mon Sep 17 00:00:00 2001 From: Miroslaw Stanek Date: Fri, 3 Nov 2017 09:04:58 +0100 Subject: [PATCH] fixed typo in strings --- functions/strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/strings.js b/functions/strings.js index 35a85b7..68e730a 100644 --- a/functions/strings.js +++ b/functions/strings.js @@ -11,6 +11,6 @@ module.exports = { `How much water did you drink since last time?`, `See you later!` ], - WATER_LOGGED_NOW: `Ok, I’ve added %s%s of water to your daily log. In sum you have drunk $sml today. Let me know when you drink more! See you later.`, + WATER_LOGGED_NOW: `Ok, I’ve added %s%s of water to your daily log. In sum you have drunk %sml today. Let me know when you drink more! See you later.`, WATER_LOGGED_OVERALL: `In sum you have drunk %sml today. Let me know when you drink more! See you later.` }; \ No newline at end of file