diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 13:47:55 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-23 10:22:17 -0400 |
| commit | ee4dc27800d73ab7db0db5d59c4c951df0f1206e (patch) | |
| tree | fdb12e93009a109a4a5a47e383358d6b559cfb21 /packages/frontend/src/pages/explore.featured.vue | |
| parent | catch polls that are expiring exactly in the current instant (diff) | |
| download | sharkey-ee4dc27800d73ab7db0db5d59c4c951df0f1206e.tar.gz sharkey-ee4dc27800d73ab7db0db5d59c4c951df0f1206e.tar.bz2 sharkey-ee4dc27800d73ab7db0db5d59c4c951df0f1206e.zip | |
rename pollsOnLocal.host to pollsOnLocal.name
Diffstat (limited to 'packages/frontend/src/pages/explore.featured.vue')
| -rw-r--r-- | packages/frontend/src/pages/explore.featured.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/explore.featured.vue b/packages/frontend/src/pages/explore.featured.vue index 32ee8e2a40..2c54d0d49c 100644 --- a/packages/frontend/src/pages/explore.featured.vue +++ b/packages/frontend/src/pages/explore.featured.vue @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkNotes v-if="tab === 'notes'" :pagination="paginationForNotes"/> <div v-else-if="tab === 'polls'"> <MkFoldableSection class="_margin"> - <template #header><i class="ph-house ph-bold ph-lg" style="margin-right: 0.5em;"></i>{{ i18n.tsx.pollsOnLocal({ host: instance.name ?? host }) }}</template> + <template #header><i class="ph-house ph-bold ph-lg" style="margin-right: 0.5em;"></i>{{ i18n.tsx.pollsOnLocal({ name: instance.name ?? host }) }}</template> <MkNotes :pagination="paginationForPollsLocal" :disableAutoLoad="true"/> </MkFoldableSection> |