We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$t
1 parent b1f76e9 commit 953d942Copy full SHA for 953d942
1 file changed
app/components/ConnectorStatus.client.vue
@@ -60,7 +60,7 @@ const ariaLabel = computed(() => {
60
<img
61
v-if="isConnected && avatar"
62
:src="avatar"
63
- :alt="t('connector.status.avatar_alt', { user: npmUser })"
+ :alt="$t('connector.status.avatar_alt', { user: npmUser })"
64
width="24"
65
height="24"
66
class="w-6 h-6 rounded-full"
0 commit comments