diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 15:46:21 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 15:46:21 +0300 |
| commit | afcfcce2e61ab5a4be8b618e61572d8eabe4ac7e (patch) | |
| tree | a6a55fbb3924d2a30aa4b9081405ca50d2cbe106 /src/components/conversation/conversation.vue | |
| parent | 3171241c6fb0b37408098d9607623a8bf86777ee (diff) | |
re-fix i18n warnings again
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 39c5db33..ccc523a2 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -32,6 +32,7 @@ tag="button" class="button-unstyled -link" @click.prevent="diveToTopLevel" + scope="global" > <template #icon> <FAIcon @@ -101,6 +102,7 @@ > <i18n-t tag="button" + scope="global" keypath="status.ancestor_follow_with_icon" class="button-unstyled -link thread-tree-show-replies-button" @click.prevent="diveIntoStatus(status.id)" |
