I18N: Fix typo in a screen reader text string on the About page.

Follow-up to [48729].

Props pedromendonca.
Fixes #50884.

git-svn-id: https://develop.svn.wordpress.org/trunk@48770 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-08-10 13:13:34 +00:00
parent 82104fac79
commit e70870b2c5
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<source src="https://s.w.org/images/core/5.5/auto-updates.mp4" type="video/mp4" /> <source src="https://s.w.org/images/core/5.5/auto-updates.mp4" type="video/mp4" />
<source src="https://s.w.org/images/core/5.5/auto-updates.webm" type="video/webm" /> <source src="https://s.w.org/images/core/5.5/auto-updates.webm" type="video/webm" />
</video> </video>
<figcaption id="about-security" class="screen-reader-text"><?php _e( 'Video: Installed plugin screen, which shows a new column, Automatic Updates. In this column are buttons that say "Enable auto-updates." When clicked, the auto-updates feature is turned on for that plugin, and the button switches to say "Disable auto-updates".' ); ?></figcaption> <figcaption id="about-security" class="screen-reader-text"><?php _e( 'Video: Installed plugin screen, which shows a new column, Automatic Updates. In this column are buttons that say "Enable auto-updates". When clicked, the auto-updates feature is turned on for that plugin, and the button switches to say "Disable auto-updates".' ); ?></figcaption>
</figure> </figure>
</div> </div>
</div> </div>