diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php
index edcdfb1ac59e3bfcacdcc13a26000f0bf97639d0..caa0ea74f3f306761957fade089250219bdfc7f9 100644
a
|
b
|
switch ( $action ) { |
815 | 815 | <?php |
816 | 816 | printf( |
817 | 817 | /* translators: %s: Documentation URL. */ |
818 | | __( 'If this is a development website you can <a href="%s" target="_blank">set the environment type accordingly</a> to enable application passwords.' ), |
| 818 | __( 'If this is a local website you can <a href="%s" target="_blank">set the environment type</a> as \'local\' to enable application passwords.' ), |
819 | 819 | __( 'https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type' ) |
820 | 820 | ); |
821 | 821 | ?> |