import 'shared/components/brand-heading.js'; import tpl_spinner from 'templates/spinner.js'; import { __ } from 'i18n'; import { _converse, api } from "@converse/headless/core"; import { html } from "lit-html"; const trust_checkbox = (checked) => { const i18n_hint_trusted = __( 'To improve performance, we cache your data in this browser. '+ 'Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. '+ 'It\'s important that you explicitly log out, otherwise not all cached data might be deleted. '+ 'Please note, when using an untrusted device, OMEMO encryption is NOT available.') const i18n_trusted = __('This is a trusted device'); return html`
${i18n_disconnected}
` : '' } `; } export default (o) => html`