File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3595,14 +3595,13 @@ def project_config_file(
3595
3595
if self .dlg .current_server_info (ServerComboData .LwcBranchStatus .value ) in eol :
3596
3596
if self .dlg .current_server_info (ServerComboData .LwcBranchStatus .value ) == ReleaseStatus .Retired :
3597
3597
msg = tr (
3598
- 'This version of Lizmap Web Client has now reached its <strong>end of life</strong> '
3599
- 'and is not supported anymore.'
3598
+ 'This version of Lizmap Web Client is now <strong>not supported anymore</strong>.'
3600
3599
)
3601
3600
else :
3602
3601
msg = tr (
3603
- 'This version of Lizmap Web Client has nearly reached its end of life as it is in '
3604
- '<strong>security bugfix mode</strong>. Only critical bugfix are added and soon the '
3605
- 'branch will be declared <strong>end of life </strong>.'
3602
+ 'This version of Lizmap Web Client is <strong> nearly not supported anymore</strong>. '
3603
+ 'It is in <strong>security bugfix mode only </strong>, it means only critical bugfix are fixed '
3604
+ 'and soon the branch will be declared <strong>not maintained </strong>.'
3606
3605
)
3607
3606
QMessageBox .warning (
3608
3607
self .dlg ,
You can’t perform that action at this time.
0 commit comments