summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/views/components/ui.header.nav.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-15 02:03:36 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-15 02:03:36 +0900
commit27d5079c7e6df0e98aeef2c032ef3d7ed00a9afe (patch)
treee5dfa41965f77f7e40c146dfc53e62f2f2d28732 /src/client/app/desktop/views/components/ui.header.nav.vue
parentwip (diff)
downloadsharkey-27d5079c7e6df0e98aeef2c032ef3d7ed00a9afe.tar.gz
sharkey-27d5079c7e6df0e98aeef2c032ef3d7ed00a9afe.tar.bz2
sharkey-27d5079c7e6df0e98aeef2c032ef3d7ed00a9afe.zip
wip
Diffstat (limited to 'src/client/app/desktop/views/components/ui.header.nav.vue')
-rw-r--r--src/client/app/desktop/views/components/ui.header.nav.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/ui.header.nav.vue b/src/client/app/desktop/views/components/ui.header.nav.vue
index b4f83d8abf..19f72a86d7 100644
--- a/src/client/app/desktop/views/components/ui.header.nav.vue
+++ b/src/client/app/desktop/views/components/ui.header.nav.vue
@@ -18,7 +18,7 @@
<li class="game">
<a @click="game">
%fa:gamepad%
- <p>ゲーム</p>
+ <p>%i18n:@game%</p>
<template v-if="hasGameInvitations">%fa:circle%</template>
</a>
</li>