|
@@ -90,7 +90,7 @@ |
|
|
block discarded – undo |
|
90
|
90
|
_t(__CLASS__ . '.ReplaceToggle', 'Replace with ... (optional - make a backup first!)'), |
|
91
|
91
|
[ |
|
92
|
92
|
(new CheckboxField('ApplyReplace', 'Run replace (please make sure to make a backup first!)', $this->applyReplace)) |
|
93
|
|
- ->setDescription('Check this to replace the searched value set above with its replacement value. Note that searches ignore uppercase / lowercase, but replace actions will only search and replace values with the same upper / lowercase.'), |
|
|
93
|
+ ->setDescription('Check this to replace the searched value set above with its replacement value. Note that searches ignore uppercase / lowercase, but replace actions will only search and replace values with the same upper / lowercase.'), |
|
94
|
94
|
(new TextField('ReplaceWith', 'Replace (optional - careful!)', $this->replace ?? '')) |
|
95
|
95
|
->setAttribute('placeholder', 'e.g. contract - make sure to also tick checkbox below'), |
|
96
|
96
|
] |
Please login to merge, or discard this patch.