diff --git a/actions/invite.php b/actions/invite.php index 04ae29a2e7..8b4346ca90 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -134,7 +134,7 @@ class InviteAction extends Action { $this->trimmed('personal'), _('Optionally add a personal message to the invitation.')); - common_submit('preview', _('Preview')); + common_submit('send', _('Send')); common_element_end('form');