diff options
Diffstat (limited to 'src/components/account_actions/account_actions.vue')
| -rw-r--r-- | src/components/account_actions/account_actions.vue | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index fc303271..161bab09 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -83,15 +83,16 @@ @accepted="doBlockUser" @cancelled="hideConfirmBlock" > - <i18n - path="user_card.block_confirm" + <i18n-t + keypath="user_card.block_confirm" tag="span" > - <span - place="user" - v-text="user.screen_name_ui" - /> - </i18n> + <template #user> + <span + v-text="user.screen_name_ui" + /> + </template> + </i18n-t> </confirm-modal> </teleport> </div> |
