From 9d0cf7b4b1863ca6a0462170f74278c560840a52 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 19 May 2021 18:16:12 +0000 Subject: [PATCH] App Passwords: Use "sites" terminology instead of "blogs" in application passwords help text. Follow-up to [49270]. Props jeremy80, johnbillion, audrasjb. Fixes #53225. git-svn-id: https://develop.svn.wordpress.org/trunk@50932 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/authorize-application.php | 6 +++--- src/wp-admin/user-edit.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/wp-admin/authorize-application.php b/src/wp-admin/authorize-application.php index b2027250f5..0708830282 100644 --- a/src/wp-admin/authorize-application.php +++ b/src/wp-admin/authorize-application.php @@ -165,10 +165,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

the %2$s blog in this installation that you have permissions on.', - 'This will grant access to all %2$s blogs in this installation that you have permissions on.', + 'This will grant access to the %2$s site in this installation that you have permissions on.', + 'This will grant access to all %2$s sites in this installation that you have permissions on.', $blogs_count ), admin_url( 'my-sites.php' ), diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php index acac0c4c29..71e16072dc 100644 --- a/src/wp-admin/user-edit.php +++ b/src/wp-admin/user-edit.php @@ -745,10 +745,10 @@ endif;

the %2$s blog in this installation that you have permissions on.', - 'Application passwords grant access to all %2$s blogs in this installation that you have permissions on.', + 'Application passwords grant access to the %2$s site in this installation that you have permissions on.', + 'Application passwords grant access to all %2$s sites in this installation that you have permissions on.', $blogs_count ), admin_url( 'my-sites.php' ),