From ee296cdf84a91b77085062c16ea6f9a3e64253e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 11 Jan 2021 13:06:21 +0300 Subject: [PATCH] fixed show issue.. --- app/Abstracts/View/Components/DocumentShow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Abstracts/View/Components/DocumentShow.php b/app/Abstracts/View/Components/DocumentShow.php index 73cb73204..d146936ca 100644 --- a/app/Abstracts/View/Components/DocumentShow.php +++ b/app/Abstracts/View/Components/DocumentShow.php @@ -1060,7 +1060,7 @@ abstract class DocumentShow extends Base return $translation; } - $default_key = 'create_' . str_replace('-', '_', config('type.' . $type . '.alias'); + $default_key = 'create_' . str_replace('-', '_', config('type.' . $type . '.alias')); $translation = $this->getTextFromConfig($type, 'timeline_create_title', $default_key);