mirror of https://gitlab.com/bashrc2/epicyon
Change variable name
parent
c2eed4b762
commit
0123c52349
|
|
@ -1338,7 +1338,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
translate['Other accounts'] + ':</label><br>\n'
|
translate['Other accounts'] + ':</label><br>\n'
|
||||||
editProfileForm += \
|
editProfileForm += \
|
||||||
' <input type="text" placeholder="https://..." ' + \
|
' <input type="text" placeholder="https://..." ' + \
|
||||||
'name="otherAccounts" value="' + alsoKnownAsStr + '">\n'
|
'name="alsoKnownAs" value="' + alsoKnownAsStr + '">\n'
|
||||||
|
|
||||||
editProfileForm += '<label class="labels">' + \
|
editProfileForm += '<label class="labels">' + \
|
||||||
translate['Moved to new account address'] + ':</label><br>\n'
|
translate['Moved to new account address'] + ':</label><br>\n'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue