mirror of
https://github.com/Steffo99/greed.git
synced 2025-04-02 22:00:32 +00:00
Bugfix
This commit is contained in:
parent
d552b88166
commit
cca22443ee
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ product_format_string = "<b>{name}</b>\n" \
|
||||||
"<b>{cart}</b>"
|
"<b>{cart}</b>"
|
||||||
|
|
||||||
# Order number, displayed in the order info
|
# Order number, displayed in the order info
|
||||||
order_number = "<b>Ordine #{id}</b>"
|
order_number = "Ordine #{id}"
|
||||||
|
|
||||||
# Order info string, shown to the admins
|
# Order info string, shown to the admins
|
||||||
order_format_string = "di {user}\n" \
|
order_format_string = "di {user}\n" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue