diff options
| author | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 21:03:24 -0400 |
|---|---|---|
| committer | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 21:03:24 -0400 |
| commit | eb8c3fe884a866d9221398b72c328d56fbcfcb9f (patch) | |
| tree | f43c25f70b024c92e73b9155c4fa16fa08f757f6 /src/client/app/dev | |
| parent | Localized annotations line (diff) | |
| download | sharkey-eb8c3fe884a866d9221398b72c328d56fbcfcb9f.tar.gz sharkey-eb8c3fe884a866d9221398b72c328d56fbcfcb9f.tar.bz2 sharkey-eb8c3fe884a866d9221398b72c328d56fbcfcb9f.zip | |
Localize a dev file
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> |