parent
7c526d300c
commit
36ca5b50ff
2 changed files with 3 additions and 4 deletions
|
|
@ -146,9 +146,9 @@
|
||||||
"leave": "Leave"
|
"leave": "Leave"
|
||||||
},
|
},
|
||||||
"purge_room": {
|
"purge_room": {
|
||||||
"title": "Purge room?",
|
"title": "Delete room?",
|
||||||
"info": "This operation will close the room for all members. It cannot be undone.",
|
"info": "This will close the room for all members. It cannot be undone.",
|
||||||
"button": "Purge room"
|
"button": "Delete room"
|
||||||
},
|
},
|
||||||
"room_info": {
|
"room_info": {
|
||||||
"title": "Room Details",
|
"title": "Room Details",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
<v-dialog v-model="showDialog" v-show="room" class="ma-0 pa-0" width="80%">
|
<v-dialog v-model="showDialog" v-show="room" class="ma-0 pa-0" width="80%">
|
||||||
<div class="dialog-content text-center">
|
<div class="dialog-content text-center">
|
||||||
<template>
|
<template>
|
||||||
<v-icon color="black" size="30">lock</v-icon>
|
|
||||||
<h2 class="dialog-title">{{ $t("purge_room.title") }}</h2>
|
<h2 class="dialog-title">{{ $t("purge_room.title") }}</h2>
|
||||||
<div class="dialog-text">
|
<div class="dialog-text">
|
||||||
{{ $t("purge_room.info") }}
|
{{ $t("purge_room.info") }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue