summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-12 13:56:29 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-05-23 10:22:26 -0400
commit460442f75d4db8bcf2582294d116218d57b978de (patch)
tree3c93e91b51ebf72ba869477c42533dee4873ed13 /locales
parentfix policy check for unspecified "local" property in polls/recommendation end... (diff)
downloadsharkey-460442f75d4db8bcf2582294d116218d57b978de.tar.gz
sharkey-460442f75d4db8bcf2582294d116218d57b978de.tar.bz2
sharkey-460442f75d4db8bcf2582294d116218d57b978de.zip
check permission in frontend before display trending polls
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index bd0d718c13..55beb291bb 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -13082,6 +13082,14 @@ export interface Locale extends ILocale {
*/
"pollsExpired": string;
/**
+ * Trending polls are disabled on this instance.
+ */
+ "trendingPollsDisabled": string;
+ /**
+ * Please log in to view trending polls.
+ */
+ "trendingPollsDisabledLogIn": string;
+ /**
* Silenced
*/
"silenced": string;