mirror of
git://develop.git.wordpress.org/
synced 2025-04-13 08:32:10 +02:00
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
This commit is contained in:
parent
07ce792fd6
commit
9d0cf7b4b1
@ -165,10 +165,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: URL to my-sites.php, 2: Number of blogs the user has. */
|
||||
/* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */
|
||||
_n(
|
||||
'This will grant access to <a href="%1$s">the %2$s blog in this installation that you have permissions on</a>.',
|
||||
'This will grant access to <a href="%1$s">all %2$s blogs in this installation that you have permissions on</a>.',
|
||||
'This will grant access to <a href="%1$s">the %2$s site in this installation that you have permissions on</a>.',
|
||||
'This will grant access to <a href="%1$s">all %2$s sites in this installation that you have permissions on</a>.',
|
||||
$blogs_count
|
||||
),
|
||||
admin_url( 'my-sites.php' ),
|
||||
|
@ -745,10 +745,10 @@ endif;
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: URL to my-sites.php, 2: Number of blogs the user has. */
|
||||
/* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */
|
||||
_n(
|
||||
'Application passwords grant access to <a href="%1$s">the %2$s blog in this installation that you have permissions on</a>.',
|
||||
'Application passwords grant access to <a href="%1$s">all %2$s blogs in this installation that you have permissions on</a>.',
|
||||
'Application passwords grant access to <a href="%1$s">the %2$s site in this installation that you have permissions on</a>.',
|
||||
'Application passwords grant access to <a href="%1$s">all %2$s sites in this installation that you have permissions on</a>.',
|
||||
$blogs_count
|
||||
),
|
||||
admin_url( 'my-sites.php' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user