Update ManageCards page and localization for card creation
- Added a label for the 'Add card' action in the ManageCards page. - Updated Turkish translations for card creation actions and notifications to improve clarity and consistency.
This commit is contained in:
@@ -19,7 +19,9 @@ class ManageCards extends ManageRecords
|
||||
protected function getHeaderActions(): array
|
||||
{
|
||||
return [
|
||||
CreateAction::make(),
|
||||
CreateAction::make()
|
||||
->label(__('Add card'))
|
||||
->createAnother(false),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user