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

Change inline edit comment confirm button caption to Ready

Summary:
Caption Submit is quite confusing because it doesn't actually make the data visible to other users.
Especially when comment confirm button is also called Submit in serious mode.

Test Plan: Add inline comment.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1796
This commit is contained in:
vrana 2012-03-06 11:48:01 -08:00
parent 639ed0faa6
commit 48f2730110

View file

@ -97,7 +97,7 @@ final class DifferentialInlineCommentEditView extends AphrontView {
private function renderBody() {
$buttons = array();
$buttons[] = '<button>Submit</button>';
$buttons[] = '<button>Ready</button>';
$buttons[] = javelin_render_tag(
'button',
array(