translate base
This commit is contained in:
@@ -19,7 +19,7 @@ class GiftForm
|
||||
->required()
|
||||
->default(now()),
|
||||
TextInput::make('gift_name')
|
||||
->label('Gift Name')
|
||||
->label(__('hr.fields.gift_name'))
|
||||
->required()
|
||||
->maxLength(255),
|
||||
TextInput::make('value')
|
||||
|
||||
Reference in New Issue
Block a user