diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json
index 94fa0a8..ffadd65 100644
--- a/src/assets/translations/en.json
+++ b/src/assets/translations/en.json
@@ -15,6 +15,8 @@
"logout": "Logout",
"new_room": "New Room",
"undo": "Undo",
+ "join": "Join",
+ "ignore": "Ignore",
"loading": "Loading {appName}"
},
"message": {
diff --git a/src/components/Login.vue b/src/components/Login.vue
index 48681f9..36cdcfd 100644
--- a/src/components/Login.vue
+++ b/src/components/Login.vue
@@ -62,12 +62,12 @@
{{ $t("login.login") }}
diff --git a/src/components/RoomList.vue b/src/components/RoomList.vue
index 4db9152..53bd481 100644
--- a/src/components/RoomList.vue
+++ b/src/components/RoomList.vue
@@ -1,40 +1,5 @@
-
- {{ invitesTitle }}
-
-
-
-
-
-
-
-
- {{
- room.name || room.summary.info.title
- }}
- {{ room.topic }}
-
-
- check_circle
- cancel
-
-
-
-
{{ title }}
@@ -45,8 +10,34 @@
+
+
+
+
+
+ {{
+ room.name || room.summary.info.title
+ }}
+ {{ room.topic }}
+
+
+ {{$t('menu.join')}}
+ {{$t('menu.ignore')}}
+
+
+
+