This commit is contained in:
Timo
2025-06-04 22:44:50 +02:00
parent 6940cb1a96
commit 7f47892f0a

View File

@@ -57,12 +57,14 @@ export const FeedbackSettingsTab: FC<Props> = ({ roomId }) => {
const [optInAnalytics, setOptInAnalytics] = useOptInAnalytics(); const [optInAnalytics, setOptInAnalytics] = useOptInAnalytics();
const optInDescription = ( const optInDescription = (
<Trans i18nKey="settings.opt_in_description"> <Text size="sm" as="span">
<AnalyticsNotice /> <Trans i18nKey="settings.opt_in_description">
<br /> <AnalyticsNotice />
You may withdraw consent by unchecking this box. If you are currently in a <br />
call, this setting will take effect at the end of the call. You may withdraw consent by unchecking this box. If you are currently in
</Trans> a call, this setting will take effect at the end of the call.
</Trans>
</Text>
); );
// in the embedded package the widget host is responsible for analytics consent // in the embedded package the widget host is responsible for analytics consent