Michael Carey has submitted this change and it was merged. Change subject: Making the web UI language neutral :-) ......................................................................
Making the web UI language neutral :-) Change-Id: Ia1035066170b5da5ab6839e6989b46d72e6c89e2 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1007 Reviewed-by: Till Westmann <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> --- M asterixdb/asterix-app/src/main/resources/webui/querytemplate.html 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ian Maxon: Looks good to me, approved Till Westmann: Looks good to me, approved Jenkins: Verified; No violations found; Verified diff --git a/asterixdb/asterix-app/src/main/resources/webui/querytemplate.html b/asterixdb/asterix-app/src/main/resources/webui/querytemplate.html index 9115b89..ea53616 100644 --- a/asterixdb/asterix-app/src/main/resources/webui/querytemplate.html +++ b/asterixdb/asterix-app/src/main/resources/webui/querytemplate.html @@ -208,7 +208,7 @@ <form id="queryform" class="form-horizontal" method="post"> <div style="margin-bottom: 1em;"> <label class="query">Query</label> - <textarea rows="10" id="qry" name="query" class="query" value="%s" placeholder="Type your AQL query ..."></textarea> + <textarea rows="10" id="qry" name="query" class="query" value="%s" placeholder="Type your query ..."></textarea> </div> <div class="btn-group"> -- To view, visit https://asterix-gerrit.ics.uci.edu/1007 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia1035066170b5da5ab6839e6989b46d72e6c89e2 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Carey <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Carey <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
