rename button label in editpost from edit to submit

This commit is contained in:
Mario Vavti 2018-04-07 14:15:07 +02:00
parent 0fd7634339
commit 9369150db7

View File

@ -82,7 +82,7 @@ class Editpost extends \Zotlabs\Web\Controller {
'editor_autocomplete'=> true,
'bbco_autocomplete'=> 'bbcode',
'return_path' => $_SESSION['return_url'],
'button' => t('Edit'),
'button' => t('Submit'),
'hide_voting' => true,
'hide_future' => true,
'hide_location' => true,