mirror of
https://github.com/Fabio286/antares.git
synced 2025-04-17 03:27:22 +02:00
refactor: replace string "Table" with localization
This commit is contained in:
parent
2236c8fe75
commit
99f9a9e188
@ -18,7 +18,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="context-element" @click="copyRow('html')">
|
<div class="context-element" @click="copyRow('html')">
|
||||||
<span class="d-flex">
|
<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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="context-element" @click="copyRow('json')">
|
<div class="context-element" @click="copyRow('json')">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user