Skip to content
Snippets Groups Projects
Commit 42190df0 authored by Bruno Windels's avatar Bruno Windels
Browse files

improve privacy dialog consent

parent ca601d0e
No related branches found
No related tags found
No related merge requests found
......@@ -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 ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment