Procházet zdrojové kódy

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

Romain Rigaux před 7 roky
rodič
revize
7ba9511c29
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>