<?phpp($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\''));?>
<?phpprint_unescaped($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the <a target="_blank" href="%s">documentation ↗</a>.',link_to_docs('admin-db-conversion')));?>
</p>
</p>
</div>
</div>
@ -228,7 +228,7 @@ if ($_['cronErrors']) {
<ulclass="errors hidden"></ul>
<ulclass="errors hidden"></ul>
<divclass="hint hidden">
<divclass="hint hidden">
<spanclass="setupwarning"><?php
<spanclass="setupwarning"><?php
print_unescaped($l->t('Please double check the <ahref="%s">installation guides</a>, and check for any errors or warnings in the <ahref="#log-section">log</a>.', \OC_Helper::linkToDocs('admin-install')));
print_unescaped($l->t('Please double check the <atarget="_blank"href="%s">installation guides ↗</a>, and check for any errors or warnings in the <ahref="#log-section">log</a>.', link_to_docs('admin-install')));
?></span>
?></span>
</div>
</div>
</div>
</div>
@ -491,6 +491,17 @@ if ($_['cronErrors']) {
<?phpendif;?>
<?phpendif;?>
</div>
</div>
<divclass="section"id="admin-tips">
<h2><?phpp($l->t('Tips & tricks'));?></h2>
<ul>
<li><atarget="_blank"href="<?phpp(link_to_docs('admin-backup'));?>"><?phpp($l->t('How to do backups'));?> ↗</a></li>