Add email strings

This commit is contained in:
Joseph Cohen
2015-11-08 20:21:23 -06:00
parent 0b12d4e0c3
commit 29c3bcf183
2 changed files with 11 additions and 1 deletions

View File

@@ -92,6 +92,6 @@ class SignupController extends Controller
$this->dispatch(new ClaimInviteCommand($invite));
return Redirect::route('status-page')
->withSuccess(sprintf('<strong>%s</strong> %s', trans('dashboard.notifications.awesome'), trans('cachet.signup.unsubscribed')));
->withSuccess(sprintf('<strong>%s</strong> %s', trans('dashboard.notifications.awesome'), trans('cachet.signup.success')));
}
}