mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
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',
|
||||
|
Loading…
Reference in New Issue
Block a user