0e6b4a18 by Jeremy Groot

no favs text

1 parent 0106e59f
...@@ -192,7 +192,7 @@ function resources_fav(){ ...@@ -192,7 +192,7 @@ function resources_fav(){
192 </table> 192 </table>
193 <?php } else { ?> 193 <?php } else { ?>
194 <span class='fav-border-top'></span> 194 <span class='fav-border-top'></span>
195 <p><?= _("Curabitur molestie sapien vel magna rhoncus, varius facilisis lacus ullamcorper. Lorem ipsum dolor sit amet, consectetur adipiscing elit.") ?></p> 195 <p><?= _("Your Favourites List is where you can add the manuals and forms that you use most. To start adding to your list, simply tap on the heart beside any resource listed in the Manuals and Forms page.") ?></p>
196 <?php } ?> 196 <?php } ?>
197 </div> 197 </div>
198 <?php endif; 198 <?php endif;
......