浏览代码

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

Romain Rigaux 12 年之前
父节点
当前提交
9dc0862
共有 1 个文件被更改,包括 1 次插入1 次删除
  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><strong>${_('Your query has the following error(s):')}</strong></p>
             <p class="queryErrorMessage">${error_message}</p>
             <p class="queryErrorMessage">${error_message}</p>
             % if log:
             % 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
             % endif
         </div>
         </div>
     % endif
     % endif