Update translations, understand button is now translatable
This commit is contained in:
@@ -241,7 +241,10 @@ const ChooseRoom = ({
|
||||
</DialogActions>
|
||||
|
||||
{ !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