Update button prop labels

This commit is contained in:
Justin Edmund 2023-06-30 22:21:16 -07:00
parent 2105e21cf8
commit 0653e62024

View file

@ -102,13 +102,9 @@ const WeaponConflictModal = (props: Props) => {
</div> </div>
<div className="DialogFooter" ref={footerRef}> <div className="DialogFooter" ref={footerRef}>
<div className="Buttons Span"> <div className="Buttons Span">
<Button bound={true} onClick={close} text={t('buttons.cancel')} />
<Button <Button
contained={true} bound={true}
onClick={close}
text={t('buttons.cancel')}
/>
<Button
contained={true}
onClick={props.resolveConflict} onClick={props.resolveConflict}
text={t('modals.conflict.buttons.confirm')} text={t('modals.conflict.buttons.confirm')}
/> />