1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 03:50:54 +01:00

Fix project archive dialog text

See: <https://github.com/phacility/phabricator/pull/657>

Reviewed by: epriestley
This commit is contained in:
Ryan Freebern 2014-06-23 10:07:50 -04:00 committed by epriestley
parent d5e84cf16b
commit 19ff097d78

View file

@ -57,7 +57,7 @@ final class PhabricatorProjectArchiveController
$button = pht('Unarchive Project'); $button = pht('Unarchive Project');
} else { } else {
$title = pht('Really archive project?'); $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'); $button = pht('Archive Project');
} }