rename pollsOnLocal.host to pollsOnLocal.name
This commit is contained in:
Vendored
+2
-2
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user