Skip to content

Commit

Permalink
Use resource label instead of uri for friendlier button name
Browse files Browse the repository at this point in the history
  • Loading branch information
drsdre committed Aug 19, 2020
1 parent f669a8e commit cbd290d
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 cbd290d

Please sign in to comment.