1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 07:12:41 +01:00

Fix a missing pht() in Ponder

Summary: See <https://discourse.phabricator-community.org/t/translation-in-ponder/2630>.

Test Plan: Viewed a Ponder question page with no answers yet.

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D20404
This commit is contained in:
epriestley 2019-04-12 06:38:57 -07:00
parent ce723f999d
commit 2ae7d612f2

View file

@ -78,7 +78,7 @@ final class PonderAddAnswerView extends AphrontView {
$box = id(new PHUIObjectBoxView()) $box = id(new PHUIObjectBoxView())
->appendChild($form) ->appendChild($form)
->setHeaderText('Answer') ->setHeaderText(pht('Answer'))
->addClass('ponder-add-answer-view'); ->addClass('ponder-add-answer-view');
if ($info_panel) { if ($info_panel) {