forked from mystiq/hydrogen-web
add privacy notice in settings
This commit is contained in:
parent
59928432df
commit
90cfcad5f1
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ export class SettingsView extends TemplateView {
|
|||
t.h3("Application"),
|
||||
row(vm.i18n`Version`, version),
|
||||
row(vm.i18n`Storage usage`, vm => `${vm.storageUsage} / ${vm.storageQuota}`),
|
||||
row(vm.i18n`Export logs`, t.button({onClick: () => vm.exportLogs()}, "Export")),
|
||||
row(vm.i18n`Debug logs`, t.button({onClick: () => vm.exportLogs()}, "Export")),
|
||||
t.p(["Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages. For more information, review our ",
|
||||
t.a({href: "https://element.io/privacy", target: "_blank", rel: "noopener"}, "privacy policy"), "."]),
|
||||
])
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue