X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fff5bbcee458992443e3732fbcbbbe34f765fcc3..refs/pull/270/head:/resources/views/users/profile.blade.php diff --git a/resources/views/users/profile.blade.php b/resources/views/users/profile.blade.php index 1ae869979..10bd0ec63 100644 --- a/resources/views/users/profile.blade.php +++ b/resources/views/users/profile.blade.php @@ -17,21 +17,21 @@
- User for {{ $user->created_at->diffForHumans(null, true) }} + {{ trans('entities.profile_user_for_x', ['time' => $user->created_at->diffForHumans(null, true)]) }}
{{ $user->name }} has not created any pages
+{{ trans('entities.profile_not_created_pages', ['userName' => $user->name]) }}
@endif{{ $user->name }} has not created any chapters
+{{ trans('entities.profile_not_created_chapters', ['userName' => $user->name]) }}
@endif{{ $user->name }} has not created any books
+{{ trans('entities.profile_not_created_books', ['userName' => $user->name]) }}
@endif