mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-2164: Typo in Insufficient Privileges popup of Zeppelin
This commit is contained in:
parent
32840e656d
commit
c4c8222f83
1 changed files with 1 additions and 1 deletions
|
|
@ -717,7 +717,7 @@ public class NotebookServer extends WebSocketServlet
|
|||
LOG.info("Cannot {}. Connection readers {}. Allowed readers {}", op, userAndRoles, allowed);
|
||||
|
||||
conn.send(serializeMessage(new Message(OP.AUTH_INFO).put("info",
|
||||
"Insufficient privileges to " + op + "note.\n\n" + "Allowed users or roles: " + allowed
|
||||
"Insufficient privileges to " + op + " note.\n\n" + "Allowed users or roles: " + allowed
|
||||
.toString() + "\n\n" + "But the user " + userName + " belongs to: " + userAndRoles
|
||||
.toString())));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue