Przeglądaj źródła

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

Romain Rigaux 12 lat temu
rodzic
commit
9dc0862

+ 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