Minor tweaks to some frontend text.
This commit is contained in:
parent
6a39e4f5f5
commit
0d0b8e380b
2 changed files with 5 additions and 5 deletions
|
@ -81,7 +81,7 @@ class Application_Form_AddUser extends Zend_Form
|
|||
$submit = new Zend_Form_Element_Submit('submit');
|
||||
$submit->setAttrib('class', 'ui-button ui-state-default right-floated');
|
||||
$submit->setIgnore(true);
|
||||
$submit->setLabel('submit');
|
||||
$submit->setLabel('Submit');
|
||||
$this->addElement($submit);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue