mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
add translation for bulk action titles
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user