diff --git a/locales/index.d.ts b/locales/index.d.ts index d126174ebb..f1626a3212 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13346,6 +13346,10 @@ export interface Locale extends ILocale { * Don't delete files used as avatars&c */ "keepFilesInUse": string; + /** + * this option requires more complicated database queries, you may need to increase the value of db.extra.statement_timeout in the configuration file + */ + "keepFilesInUseDescription": string; }; } declare const locales: {