Skip to content

Commit

Permalink
fixed typo in strings
Browse files Browse the repository at this point in the history
  • Loading branch information
frogermcs committed Nov 3, 2017
1 parent 6c7eb3c commit 0e26333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
};

0 comments on commit 0e26333

Please sign in to comment.