Skip to content

Commit 37b66dd

Browse files
committed
1 parent 4ba217f commit 37b66dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/malewicz/src/components/ObjectsTablePanel.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<v-data-table :items="meta.metadata" class="elevation-1" hide-actions>
1717
<template v-slot:headers="props">
1818
<tr>
19-
<th>Видимость</th>
20-
<th>Имя</th>
21-
<th>Описание</th>
19+
<th>Visible</th>
20+
<th>Name</th>
21+
<th>Description</th>
2222
</tr>
2323
</template>
2424
<template v-slot:items="props">

0 commit comments

Comments
 (0)