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:
parent
ce723f999d
commit
2ae7d612f2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue