All new translations for #218

This commit is contained in:
James Cole
2016-03-20 11:38:01 +01:00
parent 935d72d672
commit 7e67eb17e0
15 changed files with 70 additions and 52 deletions

View File

@@ -142,7 +142,7 @@ class AuthController extends Controller
}
// set flash message
Session::flash('success', 'You have registered successfully!');
Session::flash('success', strval(trans('firefly.registered')));
Session::flash('gaEventCategory', 'user');
Session::flash('gaEventAction', 'new-registration');