mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
chore: Replace tooltip in Avatar component with title attribute (#12152)
This commit is contained in:
@@ -251,7 +251,7 @@ watch(
|
|||||||
<!-- Fallback Icon if no name or image -->
|
<!-- Fallback Icon if no name or image -->
|
||||||
<Icon
|
<Icon
|
||||||
v-else
|
v-else
|
||||||
v-tooltip.top-start="t('THUMBNAIL.AUTHOR.NOT_AVAILABLE')"
|
:title="t('THUMBNAIL.AUTHOR.NOT_AVAILABLE')"
|
||||||
icon="i-lucide-user"
|
icon="i-lucide-user"
|
||||||
:style="iconStyles"
|
:style="iconStyles"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -12,6 +12,11 @@
|
|||||||
"ERROR_MESSAGE": "Couldn't send, try again"
|
"ERROR_MESSAGE": "Couldn't send, try again"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"THUMBNAIL": {
|
||||||
|
"AUTHOR": {
|
||||||
|
"NOT_AVAILABLE": "Not available"
|
||||||
|
}
|
||||||
|
},
|
||||||
"TEAM_AVAILABILITY": {
|
"TEAM_AVAILABILITY": {
|
||||||
"ONLINE": "We are online",
|
"ONLINE": "We are online",
|
||||||
"OFFLINE": "We are away at the moment"
|
"OFFLINE": "We are away at the moment"
|
||||||
|
|||||||
Reference in New Issue
Block a user