Assume that XMPP acronym is universal

main
Bob Mottram 2019-12-17 14:59:53 +00:00
parent 6aa5950c2c
commit 5b1479a425
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ def htmlEditProfile(translate: {},baseDir: str,path: str,domain: str,port: int,h
editProfileForm+=' <textarea id="message" name="bio" style="height:200px">'+bioStr+'</textarea>'
editProfileForm+='<label class="labels">'+translate['Donations link']+'</label><br>'
editProfileForm+=' <input type="text" placeholder="https://..." name="donateUrl" value="'+donateUrl+'">'
editProfileForm+='<label class="labels">'+translate['XMPP']+'</label><br>'
editProfileForm+='<label class="labels">XMPP</label><br>'
editProfileForm+=' <input type="text" name="xmppAddress" value="'+xmppAddress+'">'
editProfileForm+=' </div>'
editProfileForm+=' <div class="container">'