You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mi...@apache.org on 2016/06/20 20:25:49 UTC

zeppelin git commit: fix typo the description of interpreter menu.

Repository: zeppelin
Updated Branches:
  refs/heads/master 8085ab678 -> 2054f9f0f


fix typo the description of interpreter menu.

### What is this PR for?
This PR is for fixing typo of the interpreter menu description.

### What type of PR is it?
Bug Fix

### Screenshots (if appropriate)
  - before
 ![image](https://cloud.githubusercontent.com/assets/3348133/16156875/1dba142e-34f1-11e6-937b-c3d2c75a6c42.png)

  - after
![image](https://cloud.githubusercontent.com/assets/3348133/16156901/365979a2-34f1-11e6-91a7-4c99b78a1d86.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: astroshim <hs...@nflabs.com>

Closes #1037 from astroshim/feat/typoInterpreters and squashes the following commits:

97f1fb7 [astroshim] space bind/unbind too.
64f1f60 [astroshim] fix typo description of interpreter menu.


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/2054f9f0
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/2054f9f0
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/2054f9f0

Branch: refs/heads/master
Commit: 2054f9f0fe40ef28785a1c533d2973688539e202
Parents: 8085ab6
Author: astroshim <hs...@nflabs.com>
Authored: Sun Jun 19 22:11:58 2016 +0900
Committer: Mina Lee <mi...@apache.org>
Committed: Mon Jun 20 13:25:42 2016 -0700

----------------------------------------------------------------------
 zeppelin-web/src/app/interpreter/interpreter.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2054f9f0/zeppelin-web/src/app/interpreter/interpreter.html
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/interpreter/interpreter.html b/zeppelin-web/src/app/interpreter/interpreter.html
index c840f89..aa8dd64 100644
--- a/zeppelin-web/src/app/interpreter/interpreter.html
+++ b/zeppelin-web/src/app/interpreter/interpreter.html
@@ -34,7 +34,7 @@ limitations under the License.
     </div>
     <div class="row">
       <div class="col-md-12">
-        Manage interpreters settings. You can create create / remove settings. Note can bind/unbind these interpreter settings.
+        Manage interpreters settings. You can create / edit / remove settings. Note can bind / unbind these interpreter settings.
       </div>
     </div>