Repository: zeppelin Updated Branches: refs/heads/branch-0.6 04f3eac4b -> a226aa712
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. (cherry picked from commit 2054f9f0fe40ef28785a1c533d2973688539e202) Signed-off-by: Mina Lee <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/a226aa71 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/a226aa71 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/a226aa71 Branch: refs/heads/branch-0.6 Commit: a226aa7123b87f03c36182370e28254bd1e364ae Parents: 04f3eac Author: astroshim <[email protected]> Authored: Sun Jun 19 22:11:58 2016 +0900 Committer: Mina Lee <[email protected]> Committed: Mon Jun 20 13:25:56 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/a226aa71/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>
