diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 13:29:55 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-14 23:25:22 -0400 |
| commit | bb8609d0f0ab82ee2fcfc5201edad037650f4b02 (patch) | |
| tree | 01aa495b685c54a86cc57e424d8186d530c3eb54 /packages/frontend/src | |
| parent | don't trend notes from non-explorable or non-trendable users (diff) | |
| download | sharkey-bb8609d0f0ab82ee2fcfc5201edad037650f4b02.tar.gz sharkey-bb8609d0f0ab82ee2fcfc5201edad037650f4b02.tar.bz2 sharkey-bb8609d0f0ab82ee2fcfc5201edad037650f4b02.zip | |
rename popularUsersLocal.host to popularUsersLocal.name
Diffstat (limited to 'packages/frontend/src')
| -rw-r--r-- | packages/frontend/src/pages/explore.users.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/explore.users.vue b/packages/frontend/src/pages/explore.users.vue index f611a40bb3..e4b1f6e79c 100644 --- a/packages/frontend/src/pages/explore.users.vue +++ b/packages/frontend/src/pages/explore.users.vue @@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only <template v-if="tag == null"> <MkFoldableSection class="_margin"> - <template #header><i class="ti ti-chart-line ti-fw" style="margin-right: 0.5em;"></i>{{ i18n.tsx.popularUsersLocal({ host: instance.name ?? host }) }}</template> + <template #header><i class="ti ti-chart-line ti-fw" style="margin-right: 0.5em;"></i>{{ i18n.tsx.popularUsersLocal({ name: instance.name ?? host }) }}</template> <MkUserList :pagination="popularUsersLocalF"/> </MkFoldableSection> <MkFoldableSection class="_margin"> |