chore: Replace tooltip in Avatar component with title attribute (#12152)

This commit is contained in:
Sivin Varghese
2025-08-11 17:58:07 +05:30
committed by GitHub
parent c2e6ad6376
commit 1baf5cbe19
2 changed files with 6 additions and 1 deletions

View File

@@ -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"
/> />

View File

@@ -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"