tbonelee commented on code in PR #4802: URL: https://github.com/apache/zeppelin/pull/4802#discussion_r1731279221
########## zeppelin-web/src/components/navbar/navbar.html: ########## @@ -106,7 +106,7 @@ <li ng-if="ticket.principal && ticket.principal !== 'anonymous'" role="separator" style="margin: 5px 0;" class="divider"></li> <li ng-if="ticket.principal && ticket.principal !== 'anonymous'"><a ng-click="navbar.logout()">Logout</a></li> <li role="separator" style="margin: 5px 0;" class="divider"></li> - <li><a href="/next">Try the new Zeppelin</a></li> + <li><a href="/">Try the new Zeppelin</a></li> Review Comment: As you mentioned, using the term "Default UI" seems natural. How about this phrase: "Switch to the default UI" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org