mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-25 06:40:26 +00:00
review
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user