diff --git a/locales/index.d.ts b/locales/index.d.ts index 8a3799ce58..bd0d718c13 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13070,9 +13070,9 @@ export interface Locale extends ILocale { */ "popularUsersLocal": ParameterizedString<"name">; /** - * Polls trending on {host} + * Polls trending on {name} */ - "pollsOnLocal": ParameterizedString<"host">; + "pollsOnLocal": ParameterizedString<"name">; /** * Polls trending on the global network */ 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
- + diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index f3be1ea7cd..ca7c4ea717 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -572,7 +572,7 @@ bubbleTimelineMustBeEnabled: "Note: the bubble timeline is hidden by default, an popularUsersGlobal: "Users popular on the global network" popularUsersLocal: "Users popular on {name}" -pollsOnLocal: "Polls trending on {host}" +pollsOnLocal: "Polls trending on {name}" pollsOnRemote: "Polls trending on the global network" pollsExpired: "Polls that have ended recently"