From a94cddb7605f56c2ebd747b84c7bbb2bee335702 Mon Sep 17 00:00:00 2001 From: Abu Ottermann Date: Mon, 7 Oct 2024 21:30:56 +0200 Subject: [PATCH] changing term uploaded to contributed --- resources/views/layout1/video.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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