Skip to content

Commit

Permalink
Merge pull request #16 from sakthimanikandan845/patch-1
Browse files Browse the repository at this point in the history
Update EmailTemplateResource.php
  • Loading branch information
cannycookie authored Sep 21, 2024
2 parents 25201d0 + 0b47822 commit 7a81537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/EmailTemplateResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ public static function getNavigationSort(): ?int

public static function getModelLabel(): string
{
return config('filament-email-templates.navigation.themes.label');
return config('filament-email-templates.navigation.templates.label');
}

public static function getPluralModelLabel(): string
{
return config('filament-email-templates.navigation.themes.label');
return config('filament-email-templates.navigation.templates.label');
}

public static function getCluster(): string
Expand Down

0 comments on commit 7a81537

Please sign in to comment.