{{ $t("purge_room.info") }}
diff --git a/src/components/RoomInfo.vue b/src/components/RoomInfo.vue
index ab4a906..a74ee0d 100644
--- a/src/components/RoomInfo.vue
+++ b/src/components/RoomInfo.vue
@@ -2,7 +2,7 @@
-
-
-
-
- {{
- roomName.substring(0, 1).toUpperCase()
- }}
-
-
{{ roomName }}
-
{{ roomTopic }}
-
- {{ $t("room_info.created_by", { user: creator }) }}
-
-
-
-
+
+
+
+ {{
+ roomName.substring(0, 1).toUpperCase()
+ }}
+
+
{{ roomName }}
+
{{ roomTopic }}
+
+ {{ $t("room_info.created_by", { user: creator }) }}
-
+
+
+
+
+
+
+
+
+
+ {{ publicRoomLink }}
+
+
+
+
+ {{ $t("room_info.link_copied") }}
+ {{ $t("room_info.copy_link") }}
+
+
+
+
{{ $t("room_info.permissions") }}
-
-
-
-
-
-
- {{ $t("room_info.link_copied") }}
-
-
+
+ {{ item.icon }}
+ {{ item.text }}
+
+
+
+
+ {{ item.icon }}
+
+
+
+
+
+
+ check
+
+
+
+
+
- {{ $t("room_info.purge") }}
+
+ {{ $t("room_info.purge") }}
+
-
-
- {{$t('room_info.leave_room')}}
- {{$t('room_info.leave_room_info')}}
-
-
-
- {{$t('room_info.version_info',{version: buildVersion})}}
+
+ {{ $t("room_info.version_info", { version: buildVersion }) }}
+
{
+ this.$navigation.push({path: "/login"}, -1);
+ })
+ },
+ }
+}
\ No newline at end of file