diff --git a/front/plugins/snmp_discovery/config.json b/front/plugins/snmp_discovery/config.json
index e82750c8..9b6dce62 100755
--- a/front/plugins/snmp_discovery/config.json
+++ b/front/plugins/snmp_discovery/config.json
@@ -483,7 +483,7 @@
"description": [
{
"language_code": "en_us",
- "string": "A list of snmpwalk commands to execute against IP addresses of roputers/switches with SNMP turned on.
Example with the router on the IP 192.168.1.1:
snmpwalk -v 2c -c public -OXsq 192.168.1.1 .1.3.6.1.2.1.3.1.1.2
Only IPv4 supported. Authentication is not supported. More info on the plugin here."
+ "string": "A list of snmpwalk commands to execute against IP addresses of roputers/switches with SNMP turned on.
Example with the router on the IP 192.168.1.1 (the -OXsq is a required parameter):
snmpwalk -v 2c -c public -OXsq 192.168.1.1 .1.3.6.1.2.1.3.1.1.2
Only IPv4 supported. Authentication is not supported. More info on the plugin here."
},
{
"language_code": "es_es",