mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Put user name in the tooltip of the chat button on the user profile
This commit is contained in:
parent
f0826e6e44
commit
40774b0498
@ -80,7 +80,7 @@
|
||||
"chat": {
|
||||
"userProfileButton": {
|
||||
"label": "Chat",
|
||||
"tooltip": "Chatte mit {USERNAME}"
|
||||
"tooltip": "Chatte mit „{name}“"
|
||||
}
|
||||
},
|
||||
"client-only": {
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
"chat": {
|
||||
"userProfileButton": {
|
||||
"label": "Chat",
|
||||
"tooltip": "Chat with {USERNAME}"
|
||||
"tooltip": "Chat with “{name}”"
|
||||
}
|
||||
},
|
||||
"client-only": {
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
<base-button
|
||||
icon="chat-bubble"
|
||||
v-tooltip="{
|
||||
content: $t('chat.userProfileButton.tooltip', {'USERNAME': userName}),
|
||||
content: $t('chat.userProfileButton.tooltip', { name: userName }),
|
||||
placement: 'bottom-start',
|
||||
}"
|
||||
@click="$store.commit('chat/SET_OPEN_CHAT', { showChat: true, roomID: user.id })"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user