diff --git a/src/applications/project/controller/PhabricatorProjectArchiveController.php b/src/applications/project/controller/PhabricatorProjectArchiveController.php index aa6fd6f178..1138581fdc 100644 --- a/src/applications/project/controller/PhabricatorProjectArchiveController.php +++ b/src/applications/project/controller/PhabricatorProjectArchiveController.php @@ -57,7 +57,7 @@ final class PhabricatorProjectArchiveController $button = pht('Unarchive Project'); } else { $title = pht('Really archive project?'); - $body = pht('This project will moved to the archive.'); + $body = pht('This project will be moved to the archive.'); $button = pht('Archive Project'); }