From b38d361afcb4d9918e324661e8664dc78a4345de Mon Sep 17 00:00:00 2001 From: Pavel Mironchik Date: Tue, 5 Jan 2021 10:44:29 +0600 Subject: [PATCH] Fix a typo. --- resources/views/components/documents/show/content.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/documents/show/content.blade.php b/resources/views/components/documents/show/content.blade.php index abfb7387d..086060479 100644 --- a/resources/views/components/documents/show/content.blade.php +++ b/resources/views/components/documents/show/content.blade.php @@ -46,7 +46,7 @@ :document="$document" :hide-timeline-statuses="$hideTimelineStatuses" hide-timeline-create="{{ $hideTimelineCreate }}" - hide-timeline-create-title="{{ $textTimelineCreateTitle }}" + text-timeline-create-title="{{ $textTimelineCreateTitle }}" text-timeline-create-message="{{ $textTimelineCreateMessage }}" hide-button-edit="{{ $hideButtonEdit }}" permission-document-update="{{ $permissionDocumentUpdate }}"