Browse Source

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

Romain Rigaux 12 years ago
parent
commit
9dc0862
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/beeswax/src/beeswax/templates/execute.mako

+ 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