Skip to content

Commit

Permalink
Make Group Name Translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
m2de authored Mar 29, 2019
2 parents 6380e9d + d25ac7e commit 9cc0af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-php/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function fields(Request $request)
*/
public static function group()
{
return config('novatoolpermissions.roleResourceGroup', static::$group);
return __(config('novatoolpermissions.roleResourceGroup', static::$group));
}

/**
Expand Down

0 comments on commit 9cc0af2

Please sign in to comment.