Commit fb92229f authored by JC Brand's avatar JC Brand

Rename modal

parent 99d95b06
import { BootstrapModal } from "../converse-modal.js";
import tpl_client_info_modal from "templates/client_info_modal";
import tpl_user_settings_modal from "templates/user_settings_modal";
let _converse;
......@@ -12,7 +12,7 @@ export default BootstrapModal.extend({
},
toHTML () {
return tpl_client_info_modal(
return tpl_user_settings_modal(
Object.assign(
this.model.toJSON(),
this.model.vcard.toJSON(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment