Skip to content

Commit

Permalink
Merge pull request #162 from RibesAlexandre/patch-2
Browse files Browse the repository at this point in the history
Update NPM.php
  • Loading branch information
Tarpsvo committed Jun 30, 2023
2 parents e8adcaf + a196202 commit e08bc8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NPM.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ public static function getSeoFields()

if ($seoConfig) {
return [
Text::make('SEO Title', 'title'),
Textarea::make('SEO Description', 'description'),
Image::make('SEO Image', 'image'),
Text::make(__('novaPageManager.seoTitle'), 'title'),
Textarea::make(__('novaPageManager.seoDescription'), 'description'),
Image::make(__('novaPageManager.seoImage'), 'image'),
];
}

Expand Down

0 comments on commit e08bc8e

Please sign in to comment.