diff --git a/lizmap/plugin.py b/lizmap/plugin.py
index e250acf9..4c8ed4c6 100755
--- a/lizmap/plugin.py
+++ b/lizmap/plugin.py
@@ -3595,14 +3595,13 @@ def project_config_file(
if self.dlg.current_server_info(ServerComboData.LwcBranchStatus.value) in eol:
if self.dlg.current_server_info(ServerComboData.LwcBranchStatus.value) == ReleaseStatus.Retired:
msg = tr(
- 'This version of Lizmap Web Client has now reached its end of life '
- 'and is not supported anymore.'
+ 'This version of Lizmap Web Client is now not supported anymore.'
)
else:
msg = tr(
- 'This version of Lizmap Web Client has nearly reached its end of life as it is in '
- 'security bugfix mode. Only critical bugfix are added and soon the '
- 'branch will be declared end of life.'
+ 'This version of Lizmap Web Client is nearly not supported anymore. '
+ 'It is in security bugfix mode only, it means only critical bugfix are fixed '
+ 'and soon the branch will be declared not maintained.'
)
QMessageBox.warning(
self.dlg,