mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Use the translatable string for Tools
This commit is contained in:
@@ -161,7 +161,7 @@
|
|||||||
<li class="{{ activeRoutePartial('import') }} {{ activeRoutePartial('export') }} treeview">
|
<li class="{{ activeRoutePartial('import') }} {{ activeRoutePartial('export') }} treeview">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<i class="fa fa-cogs fa-fw"></i>
|
<i class="fa fa-cogs fa-fw"></i>
|
||||||
<span>Tools</span>
|
<span>{{ 'tools'|_ }}</span>
|
||||||
<span class="pull-right-container">
|
<span class="pull-right-container">
|
||||||
<i class="fa fa-angle-left pull-right"></i>
|
<i class="fa fa-angle-left pull-right"></i>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user