GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/2064
[ZEPPELIN-2164] Typo in Insufficient Privileges popup of Zeppelin ### What is this PR for? When trying to delete a note of another user Zeppelin correctly throws a popup for insufficient privileges but has a small typo "removenote" (no space between remove note). Similar issue exist for renaming notebook "renamenote". ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * [ZEPPELIN-2164](https://issues.apache.org/jira/browse/ZEPPELIN-2164) ### How should this be tested? Refer before/after screen shot ### Screenshots (if appropriate) Before: <img width="628" alt="screen shot 2017-02-24 at 11 49 59 am 1" src="https://cloud.githubusercontent.com/assets/674497/23292690/66b808fa-fa87-11e6-9bde-4f9fbbb1cb67.png"> After: <img width="645" alt="screen shot 2017-02-24 at 11 48 35 am" src="https://cloud.githubusercontent.com/assets/674497/23292691/66c0e9c0-fa87-11e6-9abc-16dc7b52ce3c.png"> ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation? You can merge this pull request into a Git repository by running: $ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-2164 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2064.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2064 ---- commit c4c8222f83114655956d160f684858b5c6e21fe3 Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Date: 2017-02-24T06:17:24Z ZEPPELIN-2164: Typo in Insufficient Privileges popup of Zeppelin ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---