mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
renamed blog to blog_post and refresh issues
This commit is contained in:
@@ -23,9 +23,9 @@ wn.module_page["Website"] = [
|
||||
icon: "icon-edit",
|
||||
items: [
|
||||
{
|
||||
label: wn._("Blog"),
|
||||
description: wn._("Blog post."),
|
||||
doctype:"Blog"
|
||||
label: wn._("Blog Post"),
|
||||
description: wn._("Single Post (article)."),
|
||||
doctype:"Blog Post"
|
||||
},
|
||||
{
|
||||
label: wn._("Blogger"),
|
||||
|
||||
Reference in New Issue
Block a user