Skip to content

Commit

Permalink
fix: Fix credential text field name in results
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 3, 2023
1 parent 93f341a commit 812d8d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/HTTP/Server/ToolBox/Results/NetDiscovery.pm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ sub fields {
section => "netscan",
type => "readonly",
from => "AUTHSNMP",
text => "SNMP Credential",
text => "Credential",
column => 31,
editcol => 1,
index => 31,
Expand Down
2 changes: 1 addition & 1 deletion share/html/toolbox/results-language-en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IP:
IPs:
MAC:
Contact:
SNMP Credential:
Credential:
IP Range:

Networking:
Expand Down
2 changes: 1 addition & 1 deletion share/html/toolbox/results-language-fr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Model: Modèle

MAC: Adresse MAC

SNMP Credential: Identifiant SNMP
Credential: Identifiant
IP Range: Plage IP

Networking: Configuration réseau
Expand Down

0 comments on commit 812d8d6

Please sign in to comment.