fix: better login message
This commit is contained in:
parent
2aa09c9033
commit
5941f3c4ac
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ frappe.ready(function() {
|
|||
}
|
||||
});
|
||||
login_required.show();
|
||||
login_required.set_message(__("You are not permitted to access this page."));
|
||||
login_required.set_message(__("You are not permitted to access this page without login."));
|
||||
}
|
||||
|
||||
function show_grid() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue