diff --git a/README.md b/README.md index 41160d4..b945813 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Some vulnerabilities might let an attacker breach into your WordPress, or even y Don't forget to comply with good security principles (strong password, frequent updates, don't add unknow code in your theme/extensions…). In particular, *please keep your WordPress as up-to-date as possible*. -Furthermore, you might take a look at this guide: https://codex.wordpress.org/Hardening_WordPress. You might see some benefits in the use of WordPress security plugins. +Furthermore, you might take a look at the [Hardening Wordpress Guide](https://wordpress.org/support/article/hardening-wordpress/). You might see some benefits in the use of Wordpress security plugins. ## Links diff --git a/manifest.json b/manifest.json index cff974d..60103c9 100644 --- a/manifest.json +++ b/manifest.json @@ -70,7 +70,7 @@ "name": "multisite", "type": "boolean", "ask": { - "en": "Enable multisite option ?", + "en": "Enable multisite option?", "fr": "Activer l'option multisite ?" }, "default": false @@ -79,13 +79,13 @@ "name": "is_public", "type": "boolean", "ask": { - "en": "Is it a public WordPress site ?", + "en": "Is it a public WordPress site?", "fr": "Est-ce un site public ?" }, "default": true, "help": { - "en": "A public wordpress will be publicly visible for everyone. If you're looking for a public blog, you should choose to install a public wordpress.", - "fr": "Un wordpress public sera visible publiquement pour tous. Si vous recherchez un blog public, vous devriez choisir d'installer un wordpress public." + "en": "A public WordPress will be publicly visible for everyone. If you're looking for a public blog, you should choose to install a public WordPress.", + "fr": "Un WordPress public sera visible publiquement pour tous. Si vous recherchez un blog public, vous devriez choisir d'installer un WordPress public." } } ]