mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 21:44:19 +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>"
|
||||
|
||||
# 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_format_string = "di {user}\n" \
|
||||
|
|
Loading…
Reference in a new issue