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

${o.validation_message}

`;