diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index ffadd65..03060cf 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -81,11 +81,11 @@ "new_room": "New Room", "create": "Create", "next": "Next", - "name_room": "Name group", + "name_room": "Name room", "room_topic": "Add a description if you like", "join_permissions": "Join permissions", "set_join_permissions": "Set Join Permissions", - "join_permissions_info": "These permissions determine how people can join the group and how easily others can be invited. They can be changed anytime.", + "join_permissions_info": "These permissions determine how people can join the room and how easily others can be invited. They can be changed anytime.", "get_link": "Get link", "add_people": "Add people", "link_copied": "Link copied!", @@ -154,9 +154,9 @@ "leave": { "title_public": "Goodbye, {user}", "text_public": "You can always join this room again if you know the link.", - "text_public_lastroom": "If you want to join this group again, you can join under a new identity. To keep {user}, {action}.", + "text_public_lastroom": "If you want to join this room again, you can join under a new identity. To keep {user}, {action}.", "title_invite": "Are you sure you want to leave?", - "text_invite": "This group is locked. You cannot rejoin without a special permission.", + "text_invite": "This room is locked. You cannot rejoin without a special permission.", "create_account": "create an account", "go_back": "Go back", "leave": "Leave" @@ -195,7 +195,7 @@ "scan_code": "Scan to join the room" }, "room_info_sheet": { - "this_room": "This group", + "this_room": "This room", "view_details": "View details" }, "voice_recorder": { @@ -218,4 +218,4 @@ "original_text": "", "download_name": "Download" } -} \ No newline at end of file +} diff --git a/src/components/RoomInfoBottomSheet.vue b/src/components/RoomInfoBottomSheet.vue index d6bbec0..bfdfbac 100644 --- a/src/components/RoomInfoBottomSheet.vue +++ b/src/components/RoomInfoBottomSheet.vue @@ -21,7 +21,7 @@ >{{$t('room_info_sheet.view_details')}} - + @@ -63,4 +63,4 @@ export default { \ No newline at end of file +