diff --git a/app/src/components/JoinDialog.js b/app/src/components/JoinDialog.js index 3308622..3d2596f 100644 --- a/app/src/components/JoinDialog.js +++ b/app/src/components/JoinDialog.js @@ -290,7 +290,7 @@ const JoinDialog = ({ diff --git a/app/src/components/MeetingDrawer/FileSharing/FileSharing.js b/app/src/components/MeetingDrawer/FileSharing/FileSharing.js index 010aa1b..78ba569 100644 --- a/app/src/components/MeetingDrawer/FileSharing/FileSharing.js +++ b/app/src/components/MeetingDrawer/FileSharing/FileSharing.js @@ -65,7 +65,7 @@ const FileSharing = (props) => const buttonGalleryDescription = canShareFiles ? intl.formatMessage({ id : 'label.shareGalleryFile', - defaultMessage : 'Share from gallery' + defaultMessage : 'Share image' }) : intl.formatMessage({ diff --git a/app/src/translations/en.json b/app/src/translations/en.json index 758e9f0..19c46b4 100644 --- a/app/src/translations/en.json +++ b/app/src/translations/en.json @@ -59,7 +59,7 @@ "room.raisedHand": "{displayName} raised their hand", "room.loweredHand": "{displayName} put their hand down", "room.extraVideo": "Extra video", - "room.overRoomLimit": null, + "room.overRoomLimit": "The room is full, retry after some time.", "me.mutedPTT": "You are muted, hold down SPACE-BAR to talk", @@ -93,7 +93,7 @@ "label.filesharing": "File sharing", "label.participants": "Participants", "label.shareFile": "Share file", - "label.shareGalleryFile": null, + "label.shareGalleryFile": "Share image", "label.fileSharingUnsupported": "File sharing not supported", "label.unknown": "Unknown", "label.democratic": "Democratic view", diff --git a/app/src/translations/nb.json b/app/src/translations/nb.json index 38ccd74..2965f59 100644 --- a/app/src/translations/nb.json +++ b/app/src/translations/nb.json @@ -59,7 +59,7 @@ "room.raisedHand": "{displayName} rakk opp hånden", "room.loweredHand": "{displayName} tok ned hånden", "room.extraVideo": "Ekstra video", - "room.overRoomLimit": null, + "room.overRoomLimit": "Rommet er fullt, prøv igjen om litt.", "me.mutedPTT": "Du er dempet, hold nede SPACE for å snakke", @@ -93,7 +93,7 @@ "label.filesharing": "Fildeling", "label.participants": "Deltakere", "label.shareFile": "Del fil", - "label.shareGalleryFile": null, + "label.shareGalleryFile": "Del bilde", "label.fileSharingUnsupported": "Fildeling ikke støttet", "label.unknown": "Ukjent", "label.democratic": "Demokratisk",