diff --git a/elevate-cpanel b/elevate-cpanel index 34d97692..b290bf8c 100755 --- a/elevate-cpanel +++ b/elevate-cpanel @@ -1964,7 +1964,7 @@ EOS $hint = q[hint: You can skip this check using --skip-cpanel-version-check] if $Cpanel::Version::Tiny::VERSION_BUILD =~ 9999; return $self->has_blocker( <<~"EOS" ); This installation of cPanel ($Cpanel::Version::Tiny::VERSION_BUILD) does not appear to be up to date. - Please upgrade cPanel to a most recent version. $hint + Please upgrade cPanel to a more recent version. $hint EOS } } diff --git a/lib/Elevate/Blockers/WHM.pm b/lib/Elevate/Blockers/WHM.pm index 7f8ecdbc..bb50eb14 100644 --- a/lib/Elevate/Blockers/WHM.pm +++ b/lib/Elevate/Blockers/WHM.pm @@ -113,7 +113,7 @@ sub _blocker_cpanel_needs_update ($self) { $hint = q[hint: You can skip this check using --skip-cpanel-version-check] if $Cpanel::Version::Tiny::VERSION_BUILD =~ 9999; return $self->has_blocker( <<~"EOS" ); This installation of cPanel ($Cpanel::Version::Tiny::VERSION_BUILD) does not appear to be up to date. - Please upgrade cPanel to a most recent version. $hint + Please upgrade cPanel to a more recent version. $hint EOS } } diff --git a/t/blocker-whm.t b/t/blocker-whm.t index 50af2a72..ce370e3e 100644 --- a/t/blocker-whm.t +++ b/t/blocker-whm.t @@ -195,7 +195,7 @@ my $whm = $cpev->get_blocker('WHM'); msg => qr{ \QThis installation of cPanel (11.102.0.5) does not appear to be up to date.\E \s+ - \QPlease upgrade cPanel to a most recent version.\E + \QPlease upgrade cPanel to a more recent version.\E }xms, }, q{obsolete version generates a blocker.}