App Passwords: Use correct translation function for a heading on Authorize Application screen.

Props akramipro.
Merges [50003] to the 5.6 branch.
Fixes #52351.

git-svn-id: https://develop.svn.wordpress.org/branches/5.6@50004 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-01-23 13:13:04 +00:00
parent e9a20a3e19
commit c64858937e

View File

@ -141,7 +141,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<?php endif; ?>
<div class="card auth-app-card">
<h2 class="title"><?php __( 'An application would like to connect to your account.' ); ?></h2>
<h2 class="title"><?php _e( 'An application would like to connect to your account.' ); ?></h2>
<?php if ( $app_name ) : ?>
<p>
<?php