@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.

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

authored by

Asher Baker and committed by
epriestley
f8d963a7 5899ae08

+1 -1
+1 -1
src/applications/files/controller/PhabricatorFileUploadDialogController.php
··· 9 9 10 10 $dialog = id(new AphrontDialogView()) 11 11 ->setUser($user) 12 - ->setTitle(pht('Upload Image')) 12 + ->setTitle(pht('Upload File')) 13 13 ->appendChild(pht( 14 14 'To add files, drag and drop them into the comment text area.')) 15 15 ->addCancelButton('/', pht('Close'));