import { html } from "lit"; import { __ } from 'i18n'; export default (o) => { const i18n_heading = __('This groupchat requires a password'); const i18n_password = __('Password: '); const i18n_submit = __('Submit'); return html`

${o.validation_message}

`; }