We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574e1d1 commit b933920Copy full SHA for b933920
src/Resources/PageResource.php
@@ -270,7 +270,7 @@ public static function getGlobalSearchResultDetails(Model $record): array
270
271
return [
272
flexiblePagesTrans('pages.search.intro_lbl') => Str::limit(strip_tags($record->intro)),
273
- flexiblePagesTrans('pages.search.is_published') => $published,
+ flexiblePagesTrans('pages.search.is_published_lbl') => $published,
274
];
275
}
276
0 commit comments