Author: Kamil Tekiela (kamil-tekiela) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2021-04-23T12:20:07+02:00
Commit: https://github.com/php/web-php/commit/6c2baa6f34d5be776a78be25671a417261d55a14 Raw diff: https://github.com/php/web-php/commit/6c2baa6f34d5be776a78be25671a417261d55a14.diff Fix the chant "Go update! (#380) Changed paths: M releases/8.0/en.php Diff: diff --git a/releases/8.0/en.php b/releases/8.0/en.php index 160624e0e..219b6f60f 100644 --- a/releases/8.0/en.php +++ b/releases/8.0/en.php @@ -29,7 +29,7 @@ expression, nullsafe operator, JIT, and improvements in the type system, error handling, and consistency. </div> <div class="php8-button-wrapper center"> - <a class="php8-button php8-button_light" href="/downloads">Go update to PHP 8!</a> + <a class="php8-button php8-button_light" href="/downloads">Upgrade to PHP 8 now!</a> </div> </div> </section> @@ -484,7 +484,7 @@ public function __construct( Better performance, better syntax, improved type safety. </h2> <div class="php8-button-wrapper center"> - <a class="php8-button php8-button_light" href="/downloads">Go update to PHP 8!</a> + <a class="php8-button php8-button_light" href="/downloads">Upgrade to PHP 8 now!</a> </div> <div class="php8-footer__content"> <p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
