Skip to content

Commit

Permalink
Use the translatable string for Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lguima committed Apr 28, 2020
1 parent 230de7c commit 9dfc2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/v1/partials/menu-sidebar.twig
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<li class="{{ activeRoutePartial('import') }} {{ activeRoutePartial('export') }} treeview">
<a href="#">
<i class="fa fa-cogs fa-fw"></i>
<span>Tools</span>
<span>{{ 'tools'|_ }}</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
Expand Down

0 comments on commit 9dfc2ae

Please sign in to comment.