Update translations

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-05 15:00:58 +02:00
parent bf837b3398
commit 678abe05d0
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ const JoinDialog = ({
<FormattedMessage
id='room.overRoomLimit'
defaultMessage={
'The room is full. Retry after some time.'
'The room is full, retry after some time.'
}
/>
</DialogContentText>
@@ -65,7 +65,7 @@ const FileSharing = (props) =>
const buttonGalleryDescription = canShareFiles ?
intl.formatMessage({
id : 'label.shareGalleryFile',
defaultMessage : 'Share from gallery'
defaultMessage : 'Share image'
})
:
intl.formatMessage({