From b753b2ea3aa34f60a0e38a4e7cf29ba3ec6db690 Mon Sep 17 00:00:00 2001 From: Marie Date: Thu, 8 May 2025 19:47:18 +0200 Subject: add poll edit warning --- locales/index.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'locales') diff --git a/locales/index.d.ts b/locales/index.d.ts index 977fb43be4..2c9e3e3890 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -12947,6 +12947,16 @@ export interface Locale extends ILocale { * If disabled, then the proxy account will not be used. User lists will only include notes from local or followed users. */ "enableProxyAccountDescription": string; + "_confirmPollEdit": { + /** + * Are you sure you want to edit this poll? + */ + "title": string; + /** + * Editing this poll will cause it to lose all previous votes + */ + "text": string; + }; } declare const locales: { [lang: string]: Locale; -- cgit v1.2.3-freya