diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-25 01:56:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-25 01:56:52 +0900 |
| commit | 166bc19131ae4b40bdd5e85269729f6eb5e3d931 (patch) | |
| tree | b7f51a3c0e64ecb26777cb3202d87005c7dfe67e /src/client/components/remote-caution.vue | |
| parent | perf(client): Use v-once for static contents (diff) | |
| download | misskey-166bc19131ae4b40bdd5e85269729f6eb5e3d931.tar.gz misskey-166bc19131ae4b40bdd5e85269729f6eb5e3d931.tar.bz2 misskey-166bc19131ae4b40bdd5e85269729f6eb5e3d931.zip | |
Revert "refactor(client): Use v-t for i18n"
This reverts commit 9c30b23358699a530f2bcb0f5ae6efe17146bcb3.
Diffstat (limited to 'src/client/components/remote-caution.vue')
| -rw-r--r-- | src/client/components/remote-caution.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/remote-caution.vue b/src/client/components/remote-caution.vue index 9837802fa3..21af9f766a 100644 --- a/src/client/components/remote-caution.vue +++ b/src/client/components/remote-caution.vue @@ -1,5 +1,5 @@ <template> -<div class="jmgmzlwq _panel"><fa :icon="faExclamationTriangle" style="margin-right: 8px;"/>{{ $t('remoteUserCaution') }}<a :href="href" rel="nofollow noopener" target="_blank" v-t="'showOnRemote'"></a></div> +<div class="jmgmzlwq _panel"><fa :icon="faExclamationTriangle" style="margin-right: 8px;"/>{{ $t('remoteUserCaution') }}<a :href="href" rel="nofollow noopener" target="_blank">{{ $t('showOnRemote') }}</a></div> </template> <script lang="ts"> |