瀏覽代碼

HUE-8072 [assist] Generic empty message when there is no entries

Romain Rigaux 7 年之前
父節點
當前提交
7ba9511
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -55,7 +55,7 @@ from desktop.views import _ko
   <script type="text/html" id="assist-no-database-entries">
     <ul class="assist-tables">
       <li>
-        <span class="assist-no-entries">${_('The database has no tables')}</span>
+        <span class="assist-no-entries">${_('No entries found')}</span>
       </li>
     </ul>
   </script>