We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba217f commit 37b66ddCopy full SHA for 37b66dd
1 file changed
src/main/malewicz/src/components/ObjectsTablePanel.vue
@@ -16,9 +16,9 @@
16
<v-data-table :items="meta.metadata" class="elevation-1" hide-actions>
17
<template v-slot:headers="props">
18
<tr>
19
- <th>Видимость</th>
20
- <th>Имя</th>
21
- <th>Описание</th>
+ <th>Visible</th>
+ <th>Name</th>
+ <th>Description</th>
22
</tr>
23
</template>
24
<template v-slot:items="props">
0 commit comments