fix typo
This commit is contained in:
parent
8fe618c5be
commit
8b266ebacb
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ function TxoList(props: Props) {
|
|||
{!hideStatus && (
|
||||
<div>
|
||||
<fieldset-section>
|
||||
label={__('Status')}
|
||||
<label>{__('Status')}</label>
|
||||
<div className={'txo__radios'}>
|
||||
<Button
|
||||
button="alt"
|
||||
|
|
Loading…
Reference in a new issue