mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
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
This commit is contained in:
parent
67c0efdffb
commit
3a6e835e36
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ final class PhabricatorAWSConfigOptions
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDescription() {
|
public function getDescription() {
|
||||||
return pht('Configure integration with AWS (EC2, SES, S3, etc).');
|
return pht('Configure integration with AWS (EC2, SES, S3, etc.).');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getIcon() {
|
public function getIcon() {
|
||||||
|
|
|
@ -8,7 +8,7 @@ final class PhabricatorBulkManagementExportWorkflow
|
||||||
->setName('export')
|
->setName('export')
|
||||||
->setExamples('**export** [options]')
|
->setExamples('**export** [options]')
|
||||||
->setSynopsis(
|
->setSynopsis(
|
||||||
pht('Export data to a flat file (JSON, CSV, Excel, etc).'))
|
pht('Export data to a flat file (JSON, CSV, Excel, etc.).'))
|
||||||
->setArguments(
|
->setArguments(
|
||||||
array(
|
array(
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in a new issue