diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index 6ddecb4..88a6f4d 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -116,6 +116,7 @@ "files": "Files", "images": "Images", "send_attachements_dialog_title": "Do you want to send following attachments?", + "download_media": "Download media", "download_all": "Download all", "failed_to_render": "Failed to render event", "room_upgraded": "This room has been upgraded, go {link} to rejoin the discussion", diff --git a/src/components/ActionRow.vue b/src/components/ActionRow.vue index 02341e3..6714dcb 100644 --- a/src/components/ActionRow.vue +++ b/src/components/ActionRow.vue @@ -4,7 +4,7 @@ no-gutters align-content="center" > - + {{ icon }} {{ text }} diff --git a/src/components/MoreMenuPopup.vue b/src/components/MoreMenuPopup.vue index 02a5eaf..6f8299e 100644 --- a/src/components/MoreMenuPopup.vue +++ b/src/components/MoreMenuPopup.vue @@ -2,9 +2,8 @@