diff options
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/mobile/views/pages/welcome.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/pages/welcome.vue b/src/client/app/mobile/views/pages/welcome.vue index ec21588ade..d7c874af9a 100644 --- a/src/client/app/mobile/views/pages/welcome.vue +++ b/src/client/app/mobile/views/pages/welcome.vue @@ -6,7 +6,7 @@ <div class="about"> <h2>{{ name || 'unidentified' }}</h2> <p v-html="description || '%i18n:common.about%'"></p> - <router-link class="signup" to="/signup">新規登録</router-link> + <router-link class="signup" to="/signup">%i18n:@signup%</router-link> </div> <div class="login"> <mk-signin :with-avatar="false"/> |