diff --git a/locales/index.d.ts b/locales/index.d.ts index 4f0e944c69..1263c48fc2 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13054,17 +13054,17 @@ export interface Locale extends ILocale { */ "popularUsersGlobal": string; /** - * Users popular on {host} + * Users popular on {name} */ - "popularUsersLocal": ParameterizedString<"host">; - /** - * Translation timeout - */ - "translationTimeoutLabel": string; - /** - * Timeout in milliseconds for translation API requests. - */ - "translationTimeoutCaption": string; + "popularUsersLocal": ParameterizedString<"name">; + /** + * Translation timeout + */ + "translationTimeoutLabel": string; + /** + * Timeout in milliseconds for translation API requests. + */ + "translationTimeoutCaption": string; } declare const locales: { [lang: string]: Locale; 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