Ver Fonte

修改错误的label使用

CYW há 4 anos atrás
pai
commit
2edc6d41cb
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Grid/Displayers/Actions.php

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

@@ -282,7 +282,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;";
     }