Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Use translated name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Dec 11, 2022
1 parent 2f48e73 commit 4d08bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/groupInfo/pages/GroupPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
v-bind="getIconProps(publicActivity.activityType)"
class="q-pr-xs"
/>
{{ publicActivity.activityType.name }}
{{ getTranslatedName(publicActivity.activityType) }}
</div>
<div>
<QIcon
Expand Down Expand Up @@ -255,7 +255,7 @@ import Markdown from '@/utils/components/Markdown'
import RandomArt from '@/utils/components/RandomArt'
const { openApplication } = useDetailService()
const { getIconProps } = useActivityTypeHelpers()
const { getIconProps, getTranslatedName } = useActivityTypeHelpers()
const { t } = useI18n()
Expand Down

0 comments on commit 4d08bdd

Please sign in to comment.