rename pollsOnLocal.host to pollsOnLocal.name

This commit is contained in:
Hazelnoot 2025-05-12 13:47:55 -04:00
parent 63950fea31
commit ee4dc27800
3 changed files with 4 additions and 4 deletions

4
locales/index.d.ts vendored
View file

@ -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
*/