Merge pull request #3816 from thelounge/xpaw/public-connect

Remove "The Lounge" from connect in public
This commit is contained in:
Pavel Djundik 2020-03-19 21:39:29 +02:00 committed by GitHub
commit a3c204f978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,9 @@
Edit {{ defaults.name }}
</template>
<template v-else>
<template v-if="config.public">The Lounge - </template>
Connect
<template v-if="!config.displayNetwork">
<template v-if="config.lockNetwork"> to {{ defaults.name }} </template>
<template v-if="!config.displayNetwork && config.lockNetwork">
to {{ defaults.name }}
</template>
</template>
</h1>