add poll edit warning
This commit is contained in:
parent
17a9b08f54
commit
b753b2ea3a
3 changed files with 25 additions and 0 deletions
10
locales/index.d.ts
vendored
10
locales/index.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue