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  - after  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: astroshim <[email protected]> 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 <[email protected]> Authored: Sun Jun 19 22:11:58 2016 +0900 Committer: Mina Lee <[email protected]> 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>
