Skip to content

Commit

Permalink
fix translation in action menu
Browse files Browse the repository at this point in the history
  • Loading branch information
adammatysiak committed Nov 9, 2017
1 parent 59ea801 commit f4ef8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/menu_actions.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<form class="form-import pull-left" method="POST" action="{{ route('translation-manager.import') }}" role="form" style="margin-right: 20px">
@if(sizeof($groups) == 0)
<a href="#">
<button type="submit" class="btn btn-primary" title="{{ trans('vendor.translation-manager.actions.import') }}"><i class="glyphicon glyphicon-download"></i></button>
<button type="submit" class="btn btn-primary" title="{{ trans('translation-manager::panel.actions.import') }}"><i class="glyphicon glyphicon-download"></i></button>
</a>
@else
<div class="btn-group">
Expand Down

0 comments on commit f4ef8d8

Please sign in to comment.