Skip to content

Commit 953d942

Browse files
committed
fix: use $t
1 parent b1f76e9 commit 953d942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/ConnectorStatus.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const ariaLabel = computed(() => {
6060
<img
6161
v-if="isConnected && avatar"
6262
:src="avatar"
63-
:alt="t('connector.status.avatar_alt', { user: npmUser })"
63+
:alt="$t('connector.status.avatar_alt', { user: npmUser })"
6464
width="24"
6565
height="24"
6666
class="w-6 h-6 rounded-full"

0 commit comments

Comments
 (0)