Jelajahi Sumber

Merge remote-tracking branch 'origin/2.0' into 2.0

jqh 4 tahun lalu
induk
melakukan
39be2f62b9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/Grid/Displayers/Actions.php

+ 1 - 1
src/Grid/Displayers/Actions.php

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