Update button prop labels
This commit is contained in:
parent
2105e21cf8
commit
0653e62024
1 changed files with 2 additions and 6 deletions
|
|
@ -102,13 +102,9 @@ const WeaponConflictModal = (props: Props) => {
|
|||
</div>
|
||||
<div className="DialogFooter" ref={footerRef}>
|
||||
<div className="Buttons Span">
|
||||
<Button bound={true} onClick={close} text={t('buttons.cancel')} />
|
||||
<Button
|
||||
contained={true}
|
||||
onClick={close}
|
||||
text={t('buttons.cancel')}
|
||||
/>
|
||||
<Button
|
||||
contained={true}
|
||||
bound={true}
|
||||
onClick={props.resolveConflict}
|
||||
text={t('modals.conflict.buttons.confirm')}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue