summaryrefslogtreecommitdiff
path: root/src/client/app/dev
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/dev')
-rw-r--r--src/client/app/dev/views/app.vue2
-rw-r--r--src/client/app/dev/views/index.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/dev/views/app.vue b/src/client/app/dev/views/app.vue
index a35b032b73..54d99ec82a 100644
--- a/src/client/app/dev/views/app.vue
+++ b/src/client/app/dev/views/app.vue
@@ -1,6 +1,6 @@
<template>
<mk-ui>
- <p v-if="fetching">読み込み中</p>
+ <p v-if="fetching">%i18n:common.loading%</p>
<b-card v-if="!fetching" :header="app.name">
<b-form-group label="App Secret">
<b-input :value="app.secret" readonly/>
diff --git a/src/client/app/dev/views/index.vue b/src/client/app/dev/views/index.vue
index 3f572b3907..bb137481f4 100644
--- a/src/client/app/dev/views/index.vue
+++ b/src/client/app/dev/views/index.vue
@@ -1,6 +1,6 @@
<template>
<mk-ui>
- <b-button to="/apps" variant="primary">アプリの管理</b-button>
+ <b-button to="/apps" variant="primary">%i18n:@manage-apps%</b-button>
</mk-ui>
</template>