Make WordPress Core

Changeset 51610

Timestamp:
08/14/2021 12:05:25 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Upgrade/Install: Use consistent capitalization for "web host" in setup messages.

Follow-up to [8887], [13163].

Props bradparbs, sabernhardt, mukesh27.
Fixes #53926.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r51477 r51610  
    193193        ?>
    194194</p>
    195 <p><?php _e( 'In all likelihood, these items were supplied to you by your Web Host. If you don&#8217;t have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;' ); ?></p>
     195<p><?php _e( 'In all likelihood, these items were supplied to you by your ost. If you don&#8217;t have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;' ); ?></p>
    196196
    197197<p class="step"><a href="<?php echo $step_1; ?>" class="button button-large"><?php _e( 'Let&#8217;s go!' ); ?></a></p>
Note: See TracChangeset for help on using the changeset viewer.