Commit c66fd5de03ae302154ff125f9ad0e387c4971c61
1 parent
1a64e231
Exists in
master
and in
110 other branches
typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/UserWsTransfer.php
... | ... | @@ -616,7 +616,7 @@ class UserWsTransfer { |
616 | 616 | $headers = "From: amda@irap.omp.eu " . "\r\n". |
617 | 617 | "Reply-To: amda@irap.omp.eu " . "\r\n". |
618 | 618 | "Content-type: text/html\r\n"; |
619 | - $msg = "<html><b>Your Wokspace has been copied to new AMDA</b><br/><br/>".$msg."</html>"; | |
619 | + $msg = "<html><b>Your Workspace has been copied to new AMDA</b><br/><br/>".$msg."</html>"; | |
620 | 620 | mail($email, $subject, $msg, $headers); |
621 | 621 | } |
622 | 622 | } |
... | ... |