mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
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:
parent
e9a20a3e19
commit
c64858937e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user