1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-31 00:48:21 +01:00

Changed 'Comment' to 'Clowncopterize' in Differential

Summary:
Back to the authentic roots.

Test Plan:
Verified that the button had the correct text in the UI.

Reviewed By: epriestley
Reviewers: epriestley
CC: epriestley
Differential Revision: 86
This commit is contained in:
tuomaspelkonen 2011-03-29 16:02:46 -07:00
parent 63a3edb29f
commit 31dda42903

View file

@ -85,7 +85,7 @@ final class DifferentialAddCommentView extends AphrontView {
->setValue($this->draft))
->appendChild(
id(new AphrontFormSubmitControl())
->setValue('Comment'));
->setValue('Clowncopterize'));
Javelin::initBehavior(
'differential-add-reviewers',