diff --git a/src/components/translated/translatedComponents.tsx b/src/components/translated/translatedComponents.tsx index 3df87d8d..ba1ca6b4 100644 --- a/src/components/translated/translatedComponents.tsx +++ b/src/components/translated/translatedComponents.tsx @@ -805,7 +805,7 @@ export const managementExtraSettingsLabel = (): string => intl.formatMessage({ export const ruleSettingsLabel = (): string => intl.formatMessage({ id: 'label.managementRuleSettings', defaultMessage: 'Rule settings' - +}); export const imprintLabel = (): string => intl.formatMessage({ id: 'label.imprint', defaultMessage: 'Imprint' diff --git a/src/views/join/Join.tsx b/src/views/join/Join.tsx index 8f81def9..dc3cc3df 100644 --- a/src/views/join/Join.tsx +++ b/src/views/join/Join.tsx @@ -19,10 +19,8 @@ import AudioOutputChooser from '../../components/devicechooser/AudioOutputChoose import { canSelectAudioOutput } from '../../store/selectors'; import TestAudioOutputButton from '../../components/audiooutputtest/AudioOutputTest'; import edumeetConfig from '../../utils/edumeetConfig'; -import ImpressumButton from '../../components/controlbuttons/ImpressumButton'; import MicVolume from '../../components/volume/MicVolume'; - interface JoinProps { roomId: string; }