add background queue to admin dashboard

This commit is contained in:
Hazelnoot 2025-06-25 11:33:56 -04:00
parent 428c9258a1
commit 15bb9b38e1
6 changed files with 34 additions and 14 deletions

4
locales/index.d.ts vendored
View file

@ -13669,6 +13669,10 @@ export interface Locale extends ILocale {
* Are you sure you want to restart this account migration?
*/
"restartMigrationConfirm": string;
/**
* Background queue
*/
"backgroundQueue": string;
}
declare const locales: {
[lang: string]: Locale;