Skip to content

Commit

Permalink
refactor: enhance i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Jul 17, 2024
1 parent 175d988 commit 4f9c1eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const parentRoutes = computed(() => {
icon="user-square"
@click="pushRoute(manager, '/dashboard/user/profile')"
>
Perfil
{{ t('Profile') }}
</aeria-icon>
</template>

Expand All @@ -184,7 +184,7 @@ const parentRoutes = computed(() => {
icon="sign-out"
@click="pushRoute(manager, '/user/signin').then(() => userStore.$actions.signout())"
>
Sair
{{ t('action.signout') }}
</aeria-icon>
</template>
</aeria-context-menu>
Expand Down

0 comments on commit 4f9c1eb

Please sign in to comment.