@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix spelling of etc. in messages per Translatewiki request

Summary: Closes T15839

Test Plan: Read the code and see that it is spelled correctly

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: avivey, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15839

Differential Revision: https://we.phorge.it/D25670

Pppery 3a6e835e 67c0efdf

+2 -2
+1 -1
src/applications/config/option/PhabricatorAWSConfigOptions.php
··· 8 8 } 9 9 10 10 public function getDescription() { 11 - return pht('Configure integration with AWS (EC2, SES, S3, etc).'); 11 + return pht('Configure integration with AWS (EC2, SES, S3, etc.).'); 12 12 } 13 13 14 14 public function getIcon() {
+1 -1
src/applications/transactions/bulk/management/PhabricatorBulkManagementExportWorkflow.php
··· 8 8 ->setName('export') 9 9 ->setExamples('**export** [options]') 10 10 ->setSynopsis( 11 - pht('Export data to a flat file (JSON, CSV, Excel, etc).')) 11 + pht('Export data to a flat file (JSON, CSV, Excel, etc.).')) 12 12 ->setArguments( 13 13 array( 14 14 array(