Skip to content

Commit a7f94b5

Browse files
add translatabel title
1 parent 2f926a9 commit a7f94b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Pages/Recovery.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,9 @@ protected function hasFullWidthFormActions(): bool
128128
{
129129
return true;
130130
}
131+
132+
public function getTitle(): string | Htmlable
133+
{
134+
return __('Recovery Code');
135+
}
131136
}

0 commit comments

Comments
 (0)