Skip to content

Commit

Permalink
i18n Explore
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Nov 18, 2022
1 parent e76b4d5 commit 801226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/desktop/views/pages/welcome.vue
Expand Up @@ -31,7 +31,7 @@
<span class="divider">|</span>
<span class="signin" @click="signin">{{ $t('@.signin') }}</span>
<span class="divider">|</span>
<span class="explore" onclick="window.location.href='/explore'">Explore</span>
<span class="explore" onclick="window.location.href='/explore'">{{ $t('@.explore') }}</span>
</p>

<img v-if="meta && meta.mascotImageUrl" :src="meta.mascotImageUrl" alt="" title="" class="char">
Expand Down

0 comments on commit 801226f

Please sign in to comment.