diff options
Diffstat (limited to 'actions/invite.php')
-rw-r--r-- | actions/invite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/invite.php b/actions/invite.php index 04ae29a2e..8b4346ca9 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'); |