1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 21:32:43 +01:00

Give "Arcanist Client Results" a more clear name

Summary: Fixes T9380. See that task for discussion. This doesn't feel awesome but is maybe the least-bad fix? I think this name is clearer.

Test Plan: Looked at autoplan in Harbormaster, saw new name.

Reviewers: meitros, chad

Reviewed By: chad

Maniphest Tasks: T9380

Differential Revision: https://secure.phabricator.com/D14088
This commit is contained in:
epriestley 2015-09-09 19:18:08 -07:00
parent de01f3e2e0
commit 25786df3a1

View file

@ -10,7 +10,7 @@ final class HarbormasterBuildArcanistAutoplan
}
public function getAutoplanName() {
return pht('Arcanist Client Results');
return pht('arc lint + arc unit');
}
}