mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Mark ChatLog as deprecated
Summary: Ref T6875. #chatlog is deprecated and will eventually be merged into #conpherence. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: cburroughs, epriestley Maniphest Tasks: T6875 Differential Revision: https://secure.phabricator.com/D12097
This commit is contained in:
parent
cbaa2a508d
commit
ed3c5f91e9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ final class PhabricatorChatLogApplication extends PhabricatorApplication {
|
|||
}
|
||||
|
||||
public function getShortDescription() {
|
||||
return pht('IRC Logs');
|
||||
return pht('(Deprecated)');
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
|
|
Loading…
Reference in a new issue