mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +01:00
Update Diffusion conduit text
Summary: Fixes T12888 Test Plan: Verify text is there. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12888 Differential Revision: https://secure.phabricator.com/D18178
This commit is contained in:
parent
b25b379ca0
commit
3536fe2877
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ final class RepositoryQueryConduitAPIMethod
|
||||||
public function getMethodStatusDescription() {
|
public function getMethodStatusDescription() {
|
||||||
return pht(
|
return pht(
|
||||||
'This method is frozen and will eventually be deprecated. New code '.
|
'This method is frozen and will eventually be deprecated. New code '.
|
||||||
'should use "diffusion.repository.query" instead.');
|
'should use "diffusion.repository.search" instead.');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getMethodDescription() {
|
public function getMethodDescription() {
|
||||||
|
|
Loading…
Reference in a new issue