소스 검색

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

Romain Rigaux 7 년 전
부모
커밋
7ba9511c29
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>