mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01: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:
parent
639ed0faa6
commit
48f2730110
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue