summaryrefslogtreecommitdiff
path: root/locales/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'locales/index.d.ts')
-rw-r--r--locales/index.d.ts10
1 files changed, 10 insertions, 0 deletions
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;