Skip to content

Commit e9db5a7

Browse files
committed
fix: missing translation
1 parent eede721 commit e9db5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filament/Resources/Helpers/FieldGroupResourceHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static function getTitleFormComponent()
1919
{
2020
return Forms\Components\TextInput::make('title')
2121
->label(__('inspirecms::resources/field-group.title.label'))
22-
->validationAttribute(__('inspirecms::resources/field-group.name.title'))
22+
->validationAttribute(__('inspirecms::resources/field-group.name.label'))
2323
->required()
2424
->maxLength(255);
2525
}

0 commit comments

Comments
 (0)