client-barcode: Adjust display of deposit to match the webapp
This commit is contained in:
parent
f697486296
commit
e72e5838f1
|
@ -63,4 +63,4 @@ class ToGoCommand(_ItemBasedCommand):
|
|||
net.buy_item(self._item.id, what_about_it=DEPOSIT_ONLY, user_name=user_name)
|
||||
|
||||
def label(self):
|
||||
return '%s - Pfand' % self._item.name
|
||||
return '%s Pfand' % self._item.name
|
||||
|
|
Loading…
Reference in New Issue