|
@@ -282,7 +282,7 @@ class Actions extends AbstractDisplayer
|
|
*/
|
|
*/
|
|
protected function getEditLabel()
|
|
protected function getEditLabel()
|
|
{
|
|
{
|
|
- $label = trans('admin.show');
|
|
|
|
|
|
+ $label = trans('admin.edit');
|
|
|
|
|
|
return "<i title='{$label}' class=\"feather icon-edit-1 grid-action-icon\"></i> ";
|
|
return "<i title='{$label}' class=\"feather icon-edit-1 grid-action-icon\"></i> ";
|
|
}
|
|
}
|