mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Set specific timeline title for form creation
Summary: The timeline for an EditEngine form says `created this object`. It should say `created this form`. Closes T15880 Test Plan: Go to http://phorge.localhost/transactions/editengine/maniphest.task/ and create an EditEngine form, scroll down to its timeline. Reviewers: O1 Blessed Committers, speck Reviewed By: O1 Blessed Committers, speck Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15880 Differential Revision: https://we.phorge.it/D25726
This commit is contained in:
parent
1b5d2f83c3
commit
290883b2a9
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ final class PhabricatorEditEngineConfigurationEditor
|
|||
return PhabricatorTransactionsApplication::class;
|
||||
}
|
||||
|
||||
public function getCreateObjectTitle($author, $object) {
|
||||
return pht('%s created this form.', $author);
|
||||
}
|
||||
|
||||
public function getEditorObjectsDescription() {
|
||||
return pht('Edit Configurations');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue