add translation for bulk action titles

This commit is contained in:
Nriver
2024-07-30 10:15:07 +08:00
parent 3ff361495e
commit f116e52228
8 changed files with 12 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ const TPL = `
export default class ExecuteScriptBulkAction extends AbstractBulkAction {
static get actionName() { return "executeScript"; }
static get actionTitle() { return "Execute script"; }
static get actionTitle() { return t("execute_script.execute_script"); }
doRender() {
const $action = $(TPL);