improve privacy dialog consent

This commit is contained in:
Bruno Windels 2020-12-07 16:19:59 +01:00
parent ca601d0e73
commit 42190df040
1 changed files with 4 additions and 3 deletions

View File

@ -29,18 +29,19 @@ export class ServerConsentView extends TemplateView {
}, "continue without a preview");
return t.div({className: "ServerConsentView"}, [
t.p([
"View this link using ",
"Preview this link using the ",
t.strong(vm => vm.selectedServer || "…"),
" homeserver ",
t.span({className: {hidden: vm => !vm.selectedServer}}, [
" (",
t.a({
href: vm => `#/policy/${vm.selectedServer}`,
target: "_blank",
}, "privacy policy"),
") ",
")",
]),
t.span({className: {hidden: vm => vm.showSelectServer}}, [
" to preview content, or your can ",
", ",
useAnotherServer,
]),
" or ",