Skip to content

Commit fed91dc

Browse files
committed
Normalize application descriptions
1 parent c6ea59a commit fed91dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/applications/feed/application/PhabricatorApplicationFeed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public function getBaseURI() {
77
}
88

99
public function getShortDescription() {
10-
return pht('Review activity.');
10+
return pht('Review Activity');
1111
}
1212

1313
public function getIconName() {

src/applications/legalpad/application/PhabricatorApplicationLegalpad.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function getBaseURI() {
1010
}
1111

1212
public function getShortDescription() {
13-
return pht('Legal Documents.');
13+
return pht('Legal Documents');
1414
}
1515

1616
public function getIconName() {

0 commit comments

Comments
 (0)