This commit is contained in:
JC Brand 2018-10-05 04:43:57 +02:00
parent 5836e9d805
commit 82ce73005b
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
- Bugfix. Handler not triggered when submitting MUC password form 2nd time
- Bugfix. MUC features weren't being refreshed when saving the config form
- #1222 Adding a bookmark should prefill the room name
## 4.0.2 (2018-10-02)

View File

@ -3,7 +3,7 @@
<legend>{{{o.heading}}}</legend>
<fieldset class="form-group">
<label for="converse_muc_bookmark_name">{{{o.label_name}}}</label>
<input class="form-control" type="text" name="name" required="required" id="converse_muc_bookmark_name"/>
<input class="form-control" type="text" value="{{{o.name}}}" name="name" required="required" id="converse_muc_bookmark_name"/>
</fieldset>
<fieldset class="form-group">
<label for="converse_muc_bookmark_nick">{{{o.label_nick}}}</label>