mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 08:48:36 +02:00
fix tooltip for update egg action
This commit is contained in:
parent
982e0d6635
commit
4e002b0a01
@ -63,7 +63,7 @@ class ListEggs extends ListRecords
|
||||
->tooltip(trans('filament-actions::export.modal.actions.export.label')),
|
||||
UpdateEggAction::make()
|
||||
->iconButton()
|
||||
->tooltip(trans('admin/egg.update')),
|
||||
->tooltip(trans_choice('admin/egg.update', 1)),
|
||||
ReplicateAction::make()
|
||||
->iconButton()
|
||||
->tooltip(trans('filament-actions::replicate.single.label'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user