refactor: i18n
This commit is contained in:
parent
59e365591d
commit
cf63bce459
11 changed files with 18 additions and 10 deletions
|
@ -6,7 +6,7 @@ onBeforeUnmount(() => stream.disconnect())
|
|||
const { t } = useI18n()
|
||||
|
||||
useHead({
|
||||
title: () => t('nav_side.federated'),
|
||||
title: () => t('title.federated_timeline'),
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ onBeforeUnmount(() => stream.disconnect())
|
|||
const { t } = useI18n()
|
||||
|
||||
useHead({
|
||||
title: () => t('nav_side.local'),
|
||||
title: () => t('title.local_timeline'),
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue