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:
parent
de01f3e2e0
commit
25786df3a1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ final class HarbormasterBuildArcanistAutoplan
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getAutoplanName() {
|
public function getAutoplanName() {
|
||||||
return pht('Arcanist Client Results');
|
return pht('arc lint + arc unit');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue