forked from AkkomaGang/akkoma-fe
Merge branch 'dev_vald_fe/tooltip' into 'develop'
Added user setting tooltip Closes #156 See merge request pleroma/pleroma-fe!395
This commit is contained in:
commit
29ced0c08b
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="panel-heading text-center">
|
||||
<div class='user-info'>
|
||||
<router-link to='/user-settings' style="float: right; margin-top:16px;" v-if="!isOtherUser">
|
||||
<i class="icon-cog usersettings"></i>
|
||||
<i class="icon-cog usersettings" :title="$t('tool_tip.user_settings')"></i>
|
||||
</router-link>
|
||||
<a :href="user.statusnet_profile_url" target="_blank" class="floater" v-if="isOtherUser">
|
||||
<i class="icon-link-ext usersettings"></i>
|
||||
|
|
|
@ -214,6 +214,7 @@
|
|||
"media_upload": "Upload Media",
|
||||
"repeat": "Repeat",
|
||||
"reply": "Reply",
|
||||
"favorite": "Favorite"
|
||||
"favorite": "Favorite",
|
||||
"user_settings": "User Settings"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue