Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
fix translation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Apr 11, 2024
1 parent 00328d0 commit 9014835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
/>
<div class="account-text">
<div>@{{ auth.user.username }}</div>
<div>{{ formatMessage(messages.visitYourProfile) }}</div>
<div>{{ formatMessage(commonMessages.visitYourProfile) }}</div>
</div>
</NuxtLink>
<nuxt-link v-else class="iconified-button brand-button" to="/auth/sign-in">
Expand Down

0 comments on commit 9014835

Please sign in to comment.