Skip to content

Commit

Permalink
Merge pull request #6 from JiFus/fixes/allow-localization
Browse files Browse the repository at this point in the history
Allow localization of the 'Other' category.
  • Loading branch information
alexbowers authored Sep 16, 2018
2 parents d48c35d + e45fe8b commit 21ad8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NovaCategorise.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static function availableResourcesGrouped(Request $request)
return ucwords($resource::$category);
}

return 'Other';
return __('Other');
})->sort();
}
}

0 comments on commit 21ad8ba

Please sign in to comment.