This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new c3298f4  [ZEPPELIN-5168]. Interpreter binding message is misleading
c3298f4 is described below

commit c3298f4f509a322e5beeac2d7093bb07c5a59276
Author: Jeff Zhang <[email protected]>
AuthorDate: Fri Jan 1 12:43:37 2021 +0800

    [ZEPPELIN-5168]. Interpreter binding message is misleading
    
    ### What is this PR for?
    
    Just update the interpreter binding message to reflect the more accurate
    
    ### What type of PR is it?
    [ Improvement ]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5168
    
    ### How should this be tested?
    *
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Jeff Zhang <[email protected]>
    
    Closes #4025 from zjffdu/ZEPPELIN-5168 and squashes the following commits:
    
    3c354e2fd [Jeff Zhang] [ZEPPELIN-5168]. Interpreter binding message is 
misleading
---
 zeppelin-web/src/app/notebook/notebook.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/zeppelin-web/src/app/notebook/notebook.html 
b/zeppelin-web/src/app/notebook/notebook.html
index 666e257..a08ef5c 100644
--- a/zeppelin-web/src/app/notebook/notebook.html
+++ b/zeppelin-web/src/app/notebook/notebook.html
@@ -31,10 +31,9 @@ limitations under the License.
     <div>
       <h5>Interpreter binding</h5>
       <p>
-        Bind interpreter for this note.
-        Click to Bind/Unbind interpreter.
-        Drag and drop to reorder interpreters. <br />
-        The first interpreter on the list becomes default. To create/remove 
interpreters, go to <a href="#/interpreter">Interpreter</a> menu.
+        Clicking the restart icon before the interpreter can restart 
interpreter associated with this note when your interpreter is isolated per 
note. <br />
+        Drag and drop to reorder interpreters. The first interpreter on the 
list becomes default. <br />
+        To create/remove interpreters, go to <a 
href="#/interpreter">Interpreter</a> menu.
       </p>
 
       <div class="interpreterSettings"

Reply via email to