File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pages/settings/components/advanced-settings Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const mockedProps = {
21
21
initValue : '10000' ,
22
22
onApply : jest . fn ( ) ,
23
23
validation : jest . fn ( ( x ) => x ) ,
24
- title : 'Keys to Scan in Browser ' ,
24
+ title : 'Keys to Scan in List view ' ,
25
25
summary : 'Sets the amount of keys to scan per one iteration. Filtering by pattern per a large number of keys may decrease performance.' ,
26
26
testid : 'keys-to-scan' ,
27
27
placeholder : '10 000' ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const AdvancedSettings = () => {
29
29
initValue = { scanThreshold . toString ( ) }
30
30
onApply = { handleApplyKeysToScanChanges }
31
31
validation = { validateCountNumber }
32
- title = "Keys to Scan in Browser "
32
+ title = "Keys to Scan in List view "
33
33
summary = "Sets the amount of keys to scan per one iteration. Filtering by pattern per a large number of keys may decrease performance."
34
34
testid = "keys-to-scan"
35
35
placeholder = "10 000"
You can’t perform that action at this time.
0 commit comments