1
0

add poll edit warning

This commit is contained in:
Marie
2025-05-08 19:47:18 +02:00
parent 17a9b08f54
commit b753b2ea3a
3 changed files with 25 additions and 0 deletions
+10
View File
@@ -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;