mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Normalize application descriptions
This commit is contained in:
parent
c6ea59ae0d
commit
fed91dc041
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ final class PhabricatorApplicationFeed extends PhabricatorApplication {
|
|||
}
|
||||
|
||||
public function getShortDescription() {
|
||||
return pht('Review activity.');
|
||||
return pht('Review Activity');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
|
|
|
@ -10,7 +10,7 @@ final class PhabricatorApplicationLegalpad extends PhabricatorApplication {
|
|||
}
|
||||
|
||||
public function getShortDescription() {
|
||||
return pht('Legal Documents.');
|
||||
return pht('Legal Documents');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
|
|
Loading…
Reference in a new issue