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 optInDescription = (
<Trans i18nKey="settings.opt_in_description">
<AnalyticsNotice />
<br />
You may withdraw consent by unchecking this box. If you are currently in a
call, this setting will take effect at the end of the call.
</Trans>
<Text size="sm" as="span">
<Trans i18nKey="settings.opt_in_description">
<AnalyticsNotice />
<br />
You may withdraw consent by unchecking this box. If you are currently in
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