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 /locales/index.d.ts | |
| 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 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |