Skip to content

Commit 0d6b4b9

Browse files
authored
Merge pull request #6 from FlorianBoe/main
Translate the specified headline
2 parents 6ed835c + 26c70ce commit 0d6b4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'recentlymodified' => [
4949
'props' => [
5050
'headline' => function (string $headline = 'Recently Modified') {
51-
return $headline;
51+
return t($headline);
5252
},
5353
'query' => function (?string $query = null) {
5454
$query = $query ?? option('bnomei.recently-modified.query');

0 commit comments

Comments
 (0)