Commit f9567c1425bab7cff20fc611cb7806341bdac0f7
1 parent
47190e25
Exists in
master
and in
1 other branch
alterando nome em combobox
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/Cacic/CommonBundle/Form/Type/ComputadorConsultaType.php
... | ... | @@ -25,7 +25,7 @@ class ComputadorConsultaType extends AbstractType |
25 | 25 | 'empty_value' => 'Selecione', |
26 | 26 | 'required' => true, |
27 | 27 | 'choices' => array( |
28 | - 'teIpComputador'=>'Consulta por IP', | |
28 | + 'teIpComputador'=>'Endereço IP do Computador', | |
29 | 29 | 'teNodeAddress'=>'MAC Address do Computador', |
30 | 30 | 'nmComputador'=>'Nome do Computador' |
31 | 31 | ) |
... | ... | @@ -38,7 +38,7 @@ class ComputadorConsultaType extends AbstractType |
38 | 38 | 'empty_value' => 'Selecione', |
39 | 39 | 'required' => true, |
40 | 40 | 'choices' => array( |
41 | - 'teIpComputador'=>'Consulta por IP', | |
41 | + 'teIpComputador'=>'Endereço IP do Coputador', | |
42 | 42 | 'teNodeAddress'=>'MAC Address do Computador', |
43 | 43 | 'nmComputador'=>'Nome do Computador', |
44 | 44 | 'dtHrInclusao'=>'Data de Inclusão', | ... | ... |