diff --git a/settings/templates/admin/tipstricks.php b/settings/templates/admin/tipstricks.php
index e924a96dea..0282deda42 100644
--- a/settings/templates/admin/tipstricks.php
+++ b/settings/templates/admin/tipstricks.php
@@ -34,8 +34,8 @@
if ($_['databaseOverload']) {
?>
- t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.')); ?>
- t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?>
+ t('SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend.')); ?>
+ t('This is particularly recommended when using the desktop client for file synchronisation.')); ?>
t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the documentation ↗.', link_to_docs('admin-db-conversion') )); ?>