diff --git a/new-lamassu-admin/src/pages/Maintenance/CashCassettes.js b/new-lamassu-admin/src/pages/Maintenance/CashCassettes.js index 716aa227..329d0adc 100644 --- a/new-lamassu-admin/src/pages/Maintenance/CashCassettes.js +++ b/new-lamassu-admin/src/pages/Maintenance/CashCassettes.js @@ -281,7 +281,7 @@ const CashCassettes = () => { className={classes.tableWidth}> {!showHistory && ( - Cashbox reset + Cash box resets { )} {editingSchema && ( setEditingSchema(null)} open={true}>

- Specify if you want your cash-in counts to be reset automatically or - manually. + We can automatically assume you emptied a bill validator's cash box + when the machine detects that it has been removed.

{ className={classes.radioButtons} />

- Choose this option if you want your cash-in cashbox count to be - reset automatically when it is physically removed from the machine. + Assume the cash box is emptied whenever it's removed, creating a new + batch on the history screen and setting its current balance to zero.

{ className={classes.radioButtons} />

- Choose this option if you want to edit your cash-in counts manually - on Lamassu Admin, after you physically remove the bills from the - cashbox. + Cash boxes won't be assumed emptied when removed, nor their counts + modified. Instead, to update the count and create a new batch, + you'll click the 'Edit' button on this panel.