diff --git a/client/src/components/header.vue b/client/src/components/header.vue index 51a611fc..1f5977d7 100644 --- a/client/src/components/header.vue +++ b/client/src/components/header.vue @@ -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',