From 1d08c22d1dc960b4cc299e19fb6474afe00f6c6c Mon Sep 17 00:00:00 2001 From: 1day2die Date: Sat, 14 Jan 2023 22:51:19 +0100 Subject: [PATCH] Fix URL in Activitylog --- themes/default/views/admin/activitylogs/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/views/admin/activitylogs/index.blade.php b/themes/default/views/admin/activitylogs/index.blade.php index e0eedc6f..822b06d6 100644 --- a/themes/default/views/admin/activitylogs/index.blade.php +++ b/themes/default/views/admin/activitylogs/index.blade.php @@ -33,7 +33,7 @@ @else

{{ __('No recent activity from cronjobs')}}

-

{{ __('Are cronjobs running?')}} {{ __('Check the docs for it here')}}

+

{{ __('Are cronjobs running?')}} {{ __('Check the docs for it here')}}

@endif