File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Security/Model/Config/Source Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class ResetMethod implements \Magento\Framework\Option\ArrayInterface
25
25
public function toOptionArray ()
26
26
{
27
27
return [
28
- ['value ' => self ::OPTION_BY_IP_OR_EMAIL , 'label ' => __ ('By IP or Email ' )],
28
+ ['value ' => self ::OPTION_BY_IP_AND_EMAIL , 'label ' => __ ('By IP and Email ' )],
29
29
['value ' => self ::OPTION_BY_IP , 'label ' => __ ('By IP ' )],
30
30
['value ' => self ::OPTION_BY_EMAIL , 'label ' => __ ('By Email ' )],
31
31
['value ' => self ::OPTION_NONE , 'label ' => __ ('None ' )],
@@ -40,7 +40,7 @@ public function toOptionArray()
40
40
public function toArray ()
41
41
{
42
42
return [
43
- self ::OPTION_BY_IP_OR_EMAIL => __ ('By IP or Email ' ),
43
+ self ::OPTION_BY_IP_AND_EMAIL => __ ('By IP and Email ' ),
44
44
self ::OPTION_BY_IP => __ ('By IP ' ),
45
45
self ::OPTION_BY_EMAIL => __ ('By Email ' ),
46
46
self ::OPTION_NONE => __ ('None ' ),
You can’t perform that action at this time.
0 commit comments