mirror of
git://develop.git.wordpress.org/
synced 2025-04-23 05:32:41 +02:00
App Passwords: Use correct translation function for a heading on Authorize Application screen.
Props akramipro. Fixes #52351. git-svn-id: https://develop.svn.wordpress.org/trunk@50003 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d062656b8a
commit
d4eac17e3d
@ -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