mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
review
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user