refactor: use uniform cash box & cash cassette nomenclature

This commit is contained in:
André Sá 2021-12-13 16:19:40 +00:00 committed by Taranto
parent 8f1cc1edea
commit 17ae907f81

View file

@ -257,7 +257,7 @@ const CashboxHistory = ({ machines, currency }) => {
name="cashboxHistory"
elements={elements}
data={batches}
emptyText="No cashbox batches so far"
emptyText="No cash box batches so far"
/>
)
}