fix lock i18n swap bug.
This commit is contained in:
parent
e27b98d509
commit
cf06641f19
@ -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',
|
||||
|
Reference in New Issue
Block a user