fix: touch to (de)activate texts were reversed
This commit is contained in:
parent
424312ab6e
commit
0307aeaf92
@ -129,8 +129,8 @@ const CardList = (props: { cards: Card[] }) => {
|
||||
onDelete={onDelete}
|
||||
mainText={
|
||||
card.index === enabledCardIndex
|
||||
? t('card.touch_to_activate')
|
||||
: t('card.touch_to_deactivate')
|
||||
? t('card.touch_to_deactivate')
|
||||
: t('card.touch_to_activate')
|
||||
}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user