diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-25 01:36:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-25 01:36:39 +0900 |
| commit | 9c30b23358699a530f2bcb0f5ae6efe17146bcb3 (patch) | |
| tree | d57bb7911e273fcfed0de31c89101934d0ea2c8b /src/client/pages/instance/queue.vue | |
| parent | Fix #6566 (#6577) (diff) | |
| download | sharkey-9c30b23358699a530f2bcb0f5ae6efe17146bcb3.tar.gz sharkey-9c30b23358699a530f2bcb0f5ae6efe17146bcb3.tar.bz2 sharkey-9c30b23358699a530f2bcb0f5ae6efe17146bcb3.zip | |
refactor(client): Use v-t for i18n
Diffstat (limited to 'src/client/pages/instance/queue.vue')
| -rw-r--r-- | src/client/pages/instance/queue.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/instance/queue.vue b/src/client/pages/instance/queue.vue index 7a2204e519..e71e2f9c4e 100644 --- a/src/client/pages/instance/queue.vue +++ b/src/client/pages/instance/queue.vue @@ -1,7 +1,7 @@ <template> <div> <portal to="icon"><fa :icon="faExchangeAlt"/></portal> - <portal to="title">{{ $t('jobQueue') }}</portal> + <portal to="title" v-t="'jobQueue'"></portal> <x-queue :connection="connection" domain="inbox"> <template #title><fa :icon="faExchangeAlt"/> In</template> |