mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-01 09:56:54 +01:00
refactor: replace string "Table" with localization
This commit is contained in:
parent
2236c8fe75
commit
99f9a9e188
@ -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')">
|
||||
|
Loading…
x
Reference in New Issue
Block a user