fix lock i18n swap bug.

This commit is contained in:
m1k1o 2021-04-04 15:06:22 +02:00
parent e27b98d509
commit cf06641f19

View File

@ -15,8 +15,8 @@
? $t('room.unlock')
: $t('room.lock')
: locked
? $t('room.unlocked')
: $t('room.locked'),
? $t('room.locked')
: $t('room.unlocked'),
placement: 'bottom',
offset: 5,
boundariesElement: 'body',