1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Improve description text in the "Create Diff" form

Summary: The textarea is, in fact, above the description!

Test Plan: Description text changed.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D20092
This commit is contained in:
Leopold Schabel 2019-02-05 13:47:24 +00:00
parent db1e123706
commit b8fe991ba2

View file

@ -112,7 +112,7 @@ final class DifferentialDiffCreateController extends DifferentialController {
$arcanist_link,
),
pht(
'You can also paste a diff below, or upload a file '.
'You can also paste a diff above, or upload a file '.
'containing a diff (for example, from %s, %s or %s).',
phutil_tag('tt', array(), 'svn diff'),
phutil_tag('tt', array(), 'git diff'),