import { html } from "lit"; import { __ } from 'i18n'; import { modal_header_close_button } from "plugins/modal/templates/buttons.js" export default (o) => { const i18n_invite = __('Invite'); const i18n_invite_heading = __('Invite someone to this groupchat'); const i18n_jid_placeholder = __('user@example.org'); const i18n_error_message = __('Please enter a valid XMPP address'); const i18n_invite_label = __('XMPP Address'); const i18n_reason = __('Optional reason for the invitation'); return html` `; }