diff --git a/resources/views/layout1/video.blade.php b/resources/views/layout1/video.blade.php
index 3ee12ad..4108a36 100644
--- a/resources/views/layout1/video.blade.php
+++ b/resources/views/layout1/video.blade.php
@@ -114,7 +114,7 @@
title="Information"
data-content="@include('popover-content')">
- @if(auth()->check())uploaded by {!! $video->user->displayName() !!}@else @endif @if(auth()->check() && (auth()->user()->can('edit_video') || auth()->user()->id == $video->user_id)) [edit]@endif @if(auth()->check() && auth()->user()->can('delete_video'))[del]@endif
+ @if(auth()->check())contributed by {!! $video->user->displayName() !!}@else @endif @if(auth()->check() && (auth()->user()->can('edit_video') || auth()->user()->id == $video->user_id)) [edit]@endif @if(auth()->check() && auth()->user()->can('delete_video'))[del]@endif