mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Rename "Upload Image" dialog to "Upload File" to match purpose
Summary: Fixes T3940. Test Plan: Clicked button, looked at dialog. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: nmalcolm, Korvin, epriestley, aran Maniphest Tasks: T3940 Differential Revision: https://secure.phabricator.com/D7287
This commit is contained in:
parent
5899ae08b3
commit
f8d963a77e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ final class PhabricatorFileUploadDialogController
|
|||
|
||||
$dialog = id(new AphrontDialogView())
|
||||
->setUser($user)
|
||||
->setTitle(pht('Upload Image'))
|
||||
->setTitle(pht('Upload File'))
|
||||
->appendChild(pht(
|
||||
'To add files, drag and drop them into the comment text area.'))
|
||||
->addCancelButton('/', pht('Close'));
|
||||
|
|
Loading…
Reference in a new issue