Update list_view_select.js

make list view switcher transalable
This commit is contained in:
Fisher Yu 2021-02-15 23:22:35 +08:00 committed by GitHub
parent 3d981e5804
commit 21ddb7dfb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ frappe.views.ListViewSelect = class ListViewSelect {
add_view_to_menu(view, action) {
let $el = this.page.add_custom_menu_item(
this.parent,
view,
__(view),
action,
true,
null,