fixed show issue..
This commit is contained in:
parent
da5b617537
commit
ee296cdf84
@ -1060,7 +1060,7 @@ abstract class DocumentShow extends Base
|
|||||||
return $translation;
|
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);
|
$translation = $this->getTextFromConfig($type, 'timeline_create_title', $default_key);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user