diff --git a/core/templates/installation.php b/core/templates/installation.php
index e5e191e8978287daf68249d032793755e9a22f61..4597e922014ad3c9d175bc222534db2e6dd1bd20 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -158,7 +158,7 @@ script('core', [
 			<legend><?php p($l->t('Performance Warning'));?></legend>
 			<p><?php p($l->t('SQLite will be used as database.'));?></p>
 			<p><?php p($l->t('For larger installations we recommend to choose a different database backend.'));?></p>
-			<p><?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is highly discouraged.')); ?></p>
+			<p><?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?></p>
 		</fieldset>
 	<?php endif ?>
 
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 5a9bb852590f3ac8bc1f834dfcf19078a87a8640..a0cf29436d052fa0dd6c03c46f31bd87f7d56c7d 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -121,7 +121,7 @@ if ($_['databaseOverload']) {
 	</p>
 	<p>
 		<strong>
-			<?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is highly discouraged.')); ?>
+			<?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?>
 		</strong>
 	</p>
 	<p>