fix: typos and small ui improvements

This commit is contained in:
Taranto 2020-10-24 10:49:51 +01:00 committed by Josh Harvey
parent 0aae7ac1ff
commit a710a1b33a
17 changed files with 102 additions and 109 deletions

View file

@ -49,7 +49,7 @@ const ReceiptPrinting = memo(({ wizard }) => {
<H4>Receipt options</H4>
</div>
<div className={classes.rowWrapper}>
<P>Share information?</P>
<P>Enable receipt printing?</P>
<div className={classes.switchWrapper}>
<Switch
checked={receiptPrintingConfig.active}
@ -71,7 +71,7 @@ const ReceiptPrinting = memo(({ wizard }) => {
</div>
<BooleanPropertiesTable
editing={wizard}
title={'Visible on the receipt (optionals)'}
title={'Visible on the receipt (options)'}
data={receiptPrintingConfig}
elements={[
{