refactor: replace string "Table" with localization

This commit is contained in:
Fabio Di Stasio 2022-12-20 21:26:33 +01:00
parent 2236c8fe75
commit 99f9a9e188
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</div>
<div class="context-element" @click="copyRow('html')">
<span class="d-flex">
<i class="mdi mdi-18px mdi-table-row text-light pr-1" /> {{ t('word.row', selectedRows.length) }} (Table)
<i class="mdi mdi-18px mdi-table-row text-light pr-1" /> {{ t('word.row', selectedRows.length) }} ({{ t('word.table') }})
</span>
</div>
<div class="context-element" @click="copyRow('json')">