Rename Edit to Profile - more descriptive

master
Bob Mottram 2019-08-02 11:18:21 +01:00
parent 888f2adf47
commit e10e133eeb
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ def htmlProfile(baseDir: str,httpPrefix: str,authorized: bool, \
if not authorized:
loginButton='<br><a href="/login"><button class="loginButton">Login</button></a>'
else:
editProfileStr='<a href="'+actor+'/editprofile"><button class="button"><span>Edit </span></button></a>'
editProfileStr='<a href="'+actor+'/editprofile"><button class="button"><span>Profile </span></button></a>'
linkToTimelineStart='<a href="/users/'+nickname+'/inbox" title="Switch to timeline view" alt="Switch to timeline view">'
linkToTimelineEnd='</a>'
# are there any follow requests?