Skip to content

Commit

Permalink
fix wrong trans fn
Browse files Browse the repository at this point in the history
  • Loading branch information
antonraharja committed May 7, 2024
1 parent 58af92e commit ce30ef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function table(Table $table): Table
->actions([
Tables\Actions\DeleteAction::make()
->label('')
->tooltip(_('Delete')),
->tooltip(__('Delete')),
Tables\Actions\EditAction::make()
->label('')
->tooltip(__('Edit')),
Expand Down

0 comments on commit ce30ef9

Please sign in to comment.