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:
parent
d5e84cf16b
commit
19ff097d78
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue