Skip to content

Commit e5c6b13

Browse files
committed
Fixed #72
1 parent 4875b8a commit e5c6b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HtmlGenerators/HtmlGeneratorBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ protected function getTranslatedTitle(Label $label, $raw = false)
822822
{
823823
$template = $raw === false ? "trans('%s')" : "{{ trans('%s') }}";
824824

825-
return sprintf($template, $label->localeGroup);
825+
return sprintf($template, $label->getAccessor());
826826
}
827827

828828
/**

0 commit comments

Comments
 (0)