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

@@ -26,7 +26,7 @@ const TPL = `
export default class DeleteNoteBulkAction extends AbstractBulkAction {
static get actionName() { return "deleteNote"; }
static get actionTitle() { return "Delete note"; }
static get actionTitle() { return t("delete_note.delete_note"); }
doRender() {
return $(TPL);