mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
App Passwords: Add missing i18n for an error message.
Follow-up to [49617]. See #51513. git-svn-id: https://develop.svn.wordpress.org/trunk@49627 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
41decddb7f
commit
eb9fb00ee6
@ -353,7 +353,7 @@ function wp_authenticate_application_password( $input_user, $username, $password
|
||||
} elseif ( ! wp_is_application_passwords_available() ) {
|
||||
$error = new WP_Error(
|
||||
'application_passwords_disabled',
|
||||
'Application passwords are not available.'
|
||||
__( 'Application passwords are not available.' )
|
||||
);
|
||||
} elseif ( ! wp_is_application_passwords_available_for_user( $user ) ) {
|
||||
$error = new WP_Error(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user