diff --git a/services/tenant-ui/frontend/src/components/innkeeper/tenants/Tenants.vue b/services/tenant-ui/frontend/src/components/innkeeper/tenants/Tenants.vue
index a390f3978..701d1545f 100644
--- a/services/tenant-ui/frontend/src/components/innkeeper/tenants/Tenants.vue
+++ b/services/tenant-ui/frontend/src/components/innkeeper/tenants/Tenants.vue
@@ -18,13 +18,23 @@
@@ -33,16 +43,19 @@
-
+
+
+ {{ $t('common.deleted') }}
+
@@ -51,7 +64,7 @@
v-model="filterModel.value"
type="text"
class="p-column-filter"
- placeholder="Search By Contact"
+ :placeholder="$t('common.searchByName')"
@input="filterCallback()"
/>
@@ -59,7 +72,7 @@
@@ -71,7 +84,28 @@
v-model="filterModel.value"
type="text"
class="p-column-filter"
- placeholder="Search By Contact"
+ :placeholder="$t('common.searchByCreated')"
+ @input="filterCallback()"
+ />
+
+
+
+
+ {{ data.deleted }}
+
+
+
@@ -84,36 +118,37 @@