Fix with texts

This commit is contained in:
Anna-Sara Sélea 2025-01-27 21:37:36 +01:00
parent fa300b9668
commit 2f1af4345b
3 changed files with 5 additions and 4 deletions

View file

@ -22,9 +22,9 @@ class ReserveditemResource extends Resource
protected static ?string $navigationIcon = 'heroicon-o-archive-box-x-mark';
protected static ?string $modelLabel = 'Reserverade items';
protected static ?string $modelLabel = 'Reserved items';
protected static ?string $title = 'Reserverade item';
protected static ?string $title = 'Reserve an item';
public static function form(Form $form): Form
{

View file

@ -14,6 +14,7 @@ class CreateReserveditem extends CreateRecord
{
protected static string $resource = ReserveditemResource::class;
protected static ?string $title = 'Reserve an item';
protected function handleRecordCreation(array $data): Model
{

View file

@ -20,9 +20,9 @@ class ReserveditemResourceUser extends Resource
protected static ?string $navigationIcon = 'heroicon-o-archive-box-x-mark';
protected static ?string $modelLabel = 'Reservera item';
protected static ?string $modelLabel = 'Reserve an item';
protected static ?string $title = 'Reservera item';
protected static ?string $title = 'Reserve an item';
protected static ?string $slug = 'user';