rename button label in editpost from edit to submit
This commit is contained in:
parent
0fd7634339
commit
9369150db7
@ -82,7 +82,7 @@ class Editpost extends \Zotlabs\Web\Controller {
|
|||||||
'editor_autocomplete'=> true,
|
'editor_autocomplete'=> true,
|
||||||
'bbco_autocomplete'=> 'bbcode',
|
'bbco_autocomplete'=> 'bbcode',
|
||||||
'return_path' => $_SESSION['return_url'],
|
'return_path' => $_SESSION['return_url'],
|
||||||
'button' => t('Edit'),
|
'button' => t('Submit'),
|
||||||
'hide_voting' => true,
|
'hide_voting' => true,
|
||||||
'hide_future' => true,
|
'hide_future' => true,
|
||||||
'hide_location' => true,
|
'hide_location' => true,
|
||||||
|
Reference in New Issue
Block a user