Эх сурвалжийг харах

[impala] Impala error message refer to below tab instead of above

Romain Rigaux 12 жил өмнө
parent
commit
9dc0862b4a

+ 1 - 1
apps/beeswax/src/beeswax/templates/execute.mako

@@ -28,7 +28,7 @@
             <p><strong>${_('Your query has the following error(s):')}</strong></p>
             <p class="queryErrorMessage">${error_message}</p>
             % if log:
-                <small>${_('click the')} <b>${_('Error Log')}</b> ${_('tab below for details')}</small>
+                <small>${_('click the')} <b>${_('Error Log')}</b> ${_('tab above for details')}</small>
             % endif
         </div>
     % endif