mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 20:40:56 +01:00
Config php
Summary: Found one! Test Plan: derp Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5099
This commit is contained in:
parent
b4b81d0f9a
commit
c3243ef17c
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ final class PhabricatorConfigEditController
|
|||
}
|
||||
|
||||
$control
|
||||
->setLabel('Value')
|
||||
->setLabel(pht('Value'))
|
||||
->setError($e_value)
|
||||
->setValue($display_value)
|
||||
->setName('value');
|
||||
|
|
Loading…
Reference in a new issue