Skip to content

Commit 4fe61f6

Browse files
committed
consistent naming
1 parent 839c374 commit 4fe61f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Resources/MailResource.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ public static function getModel(): string
4747

4848
public static function getNavigationGroup(): ?string
4949
{
50-
return __('Mails');
50+
return __('Emails');
5151
}
5252

5353
public static function getNavigationLabel(): string
5454
{
55-
return __('Mails');
55+
return __('Emails');
5656
}
5757

5858
public static function getLabel(): ?string
@@ -67,7 +67,7 @@ public static function getNavigationIcon(): string
6767

6868
public function getTitle(): string
6969
{
70-
return __('Mails');
70+
return __('Emails');
7171
}
7272

7373
public static function infolist(Infolist $infolist): Infolist

src/Resources/MailResource/Pages/ListMails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static function getResource(): string
1818

1919
public function getTitle(): string
2020
{
21-
return __('Mails');
21+
return __('Emails');
2222
}
2323

2424
protected function getActions(): array

0 commit comments

Comments
 (0)