Change variable name

merge-requests/30/head
Bob Mottram 2021-01-22 22:16:25 +00:00
parent c2eed4b762
commit 0123c52349
1 changed files with 1 additions and 1 deletions

View File

@ -1338,7 +1338,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
translate['Other accounts'] + ':</label><br>\n'
editProfileForm += \
' <input type="text" placeholder="https://..." ' + \
'name="otherAccounts" value="' + alsoKnownAsStr + '">\n'
'name="alsoKnownAs" value="' + alsoKnownAsStr + '">\n'
editProfileForm += '<label class="labels">' + \
translate['Moved to new account address'] + ':</label><br>\n'