Commit 39d0bf07f223d3e9ceb70336d9c6779715005f34
1 parent
311208da
Exists in
master
and in
110 other branches
typo msg
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/UserWsTransfer.php
... | ... | @@ -402,7 +402,7 @@ class UserWsTransfer { |
402 | 402 | |
403 | 403 | $deleted = $this->getObsolete(); |
404 | 404 | $notready = $this->getNotready(); |
405 | - $msg .= 'Some expressions could have problems while being processed by new kernel <br/> - <b>feedback such cases.</b><br/><br> | |
405 | + $msg .= 'Some expressions could have problems while being processed by new kernel <br/> - <b>Please send us feedback in this case.</b><br/><br> | |
406 | 406 | Not copied DataMining requests :<br/>'; |
407 | 407 | |
408 | 408 | foreach ($condNodes as $condNode) { |
... | ... |