diff options
Diffstat (limited to 'src/client/app/dev')
| -rw-r--r-- | src/client/app/dev/views/index.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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> |