From cca22443ee0590e5838d5fa10d1f25b5c19a0c4d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 30 Apr 2018 23:30:05 +0200 Subject: [PATCH] Bugfix --- strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.py b/strings.py index 5ad919a..4952b6a 100644 --- a/strings.py +++ b/strings.py @@ -21,7 +21,7 @@ product_format_string = "{name}\n" \ "{cart}" # Order number, displayed in the order info -order_number = "Ordine #{id}" +order_number = "Ordine #{id}" # Order info string, shown to the admins order_format_string = "di {user}\n" \