From 4ba6df6917b6852fca082907a6a97e829fb1c25a Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 4 Jan 2020 22:12:50 +0000 Subject: [PATCH] Differentiate between the notes field, and ingredient notes --- lang/en/recipe.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/recipe.lang b/lang/en/recipe.lang index 1491159..7871ff6 100644 --- a/lang/en/recipe.lang +++ b/lang/en/recipe.lang @@ -65,7 +65,7 @@ ERR_NAMEFORMAT = Unsupported characters in the recipe name: only alphanumerics ERR_TAGFORMAT = Unsupported characters in tag name: only alphanumerics, _, -, and space are supported. ERR_BADSEPNAME = Unsupported characters in separator name: only alphanumerics, _, -, comma, space, and period are supported. ERR_BADQUANTITY = No quantity specified for ingredient. -ERR_BADNOTES = Unsupported characters in notes: only alphanumerics, (, ), _, -, comma, space, and period are supported. +ERR_BADNOTES = Unsupported characters in ingredient notes: only alphanumerics, (, ), _, -, comma, space, and period are supported. ERR_JSONFORMAT = Unknown or corrupt data in ingredient JSON EDIT_FAILED_BADID = Unable to edit recipe: the specified recipe identifier is invalid.