Commit 311208da96f917198eea7fdd39c9acc16766e38f
1 parent
96df8ed1
Exists in
master
and in
110 other branches
typo in msg
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/UserWsTransfer.php
... | ... | @@ -363,7 +363,7 @@ class UserWsTransfer { |
363 | 363 | public function transferConditions() |
364 | 364 | { |
365 | 365 | $msg = '<b><i>Requests</i></b><br/><br/>'; |
366 | - $msg .= '<i>Note :</i> Plot requests are not copied : too much difference new and old AMDA versions<br/<br/><br/>'; | |
366 | + $msg .= '<i>Note :</i> Plot requests are not copied : too much difference between new and old AMDA versions<br/<br/><br/>'; | |
367 | 367 | $oldRequestXml = new DomDocument("1.0"); |
368 | 368 | $newRequestXml = new DomDocument("1.0"); |
369 | 369 | |
... | ... |