diff --git a/qgis-app/plugins/models.py b/qgis-app/plugins/models.py
index ff3f940e..5ac78209 100644
--- a/qgis-app/plugins/models.py
+++ b/qgis-app/plugins/models.py
@@ -484,7 +484,7 @@ class Plugin(models.Model):
db_index=True,
help_text=_(
"A server plugin is a plugin which can run on QGIS Server,"
- " by having a entrypoint serverClassFactory, see the"
+ " by having a entrypoint serverClassFactory
, see the"
" documentation."
),
)