diff options
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 10 |
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; |