This commit is contained in:
James Brooks
2015-05-20 22:38:09 +01:00
parent af69c99896
commit d70ca8d4e5
7 changed files with 32 additions and 32 deletions

View File

@@ -74,7 +74,7 @@ class UserController extends AbstractController
if (!$user->isValid()) {
return Redirect::back()->withInput(Binput::except('password'))
->with('title', sprintf(
'<strong>%s</strong> %s',
'%s - %s',
trans('dashboard.notifications.whoops'),
trans('dashboard.team.edit.failure')
))
@@ -82,7 +82,7 @@ class UserController extends AbstractController
}
$successMsg = sprintf(
'<strong>%s</strong> %s',
'%s - %s',
trans('dashboard.notifications.awesome'),
trans('dashboard.team.edit.success')
);