diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 17a9083cb6..d45e6fe5a1 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -367,11 +367,11 @@ printf( __( 'If you like, you may enter custom structures for your category and
writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %1$s file. Click in the field and press %3$s to select all. Then insert this rule inside of the %4$s element in %1$s file.' ),
'web.config',
__( 'https://wordpress.org/support/article/changing-file-permissions/' ),
- 'CTRL + a',
+ 'Ctrl + A',
'/<configuration>/<system.webServer>/<rewrite>/<rules>'
);
?>
@@ -393,11 +393,11 @@ printf( __( 'If you like, you may enter custom structures for your category and
writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %2$s file. Create a new file, called %2$s in the root directory of your site. Click in the field and press %3$s to select all. Then insert this code into the %2$s file.' ),
__( 'https://wordpress.org/support/article/changing-file-permissions/' ),
'web.config',
- 'CTRL + a'
+ 'Ctrl + A'
);
?>
writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s to select all.' ),
'.htaccess',
__( 'https://wordpress.org/support/article/changing-file-permissions/' ),
- 'CTRL + a'
+ 'Ctrl + A'
);
?>