Update translations, understand button is now translatable
This commit is contained in:
@@ -336,7 +336,10 @@ const JoinDialog = ({
|
||||
}
|
||||
|
||||
{ !isElectron() &&
|
||||
<CookieConsent>
|
||||
<CookieConsent buttonText={intl.formatMessage({
|
||||
id : 'room.consentUnderstand',
|
||||
defaultMessage : 'I understand'
|
||||
})}>
|
||||
<FormattedMessage
|
||||
id='room.cookieConsent'
|
||||
defaultMessage='This website uses cookies to enhance the user experience'
|
||||
|
||||
Reference in New Issue
Block a user