Skip to content

Commit

Permalink
Merge pull request #22 from drsdre/button-label
Browse files Browse the repository at this point in the history
Action button displaying resource label
  • Loading branch information
anaseqal authored Aug 26, 2020
2 parents f669a8e + cbd290d commit fb473bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/CustomIndexToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class="btn btn-default btn-primary"
:title="__('Run Import Action')"
>
<span>{{ __('Import' + ' ' + resourceInformation.uriKey) }}</span>
<span>{{ __('Import' + ' ' + resourceInformation.label) }}</span>
</button>

<!-- Action Confirmation Modal -->
Expand Down

0 comments on commit fb473bf

Please sign in to comment.