Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: enable the translation of empty transaction table message (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstc authored and luciorubeens committed Mar 18, 2019
1 parent 2c9b19a commit 21ca9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@
:rows="lastTransactions"
:is-dashboard="true"
:is-loading="isLoading"
:no-data-message="$t('TABLE.NO_TRANSACTIONS')"
/>
</template>

Expand Down
1 change: 1 addition & 0 deletions src/renderer/components/Transaction/TransactionTable.vue
Expand Up @@ -4,6 +4,7 @@
v-bind="$attrs"
:columns="columns"
:row-style-class="formatRow"
:no-data-message="$t('TABLE.NO_TRANSACTIONS')"
v-on="$listeners"
@on-row-click="onRowClick"
@on-sort-change="onSortChange"
Expand Down

0 comments on commit 21ca9de

Please sign in to comment.