From c19a8be6e9f51440424835373b7446dbd293a81b Mon Sep 17 00:00:00 2001
From: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com>
Date: Sun, 9 Jul 2023 12:51:16 +0530
Subject: [PATCH] refactor: replaced text with i18n strings
---
packages/hoppscotch-sh-admin/locales/en.json | 1 +
packages/hoppscotch-sh-admin/src/pages/teams/index.vue | 2 +-
packages/hoppscotch-sh-admin/src/pages/users/index.vue | 6 +++---
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/packages/hoppscotch-sh-admin/locales/en.json b/packages/hoppscotch-sh-admin/locales/en.json
index 300c65caa..3f687b877 100644
--- a/packages/hoppscotch-sh-admin/locales/en.json
+++ b/packages/hoppscotch-sh-admin/locales/en.json
@@ -124,6 +124,7 @@
"created_on": "Created On",
"date": "Date",
"delete": "Delete",
+ "delete_user": "Delete User",
"email": "Email",
"email_address": "Email Address",
"id": "User ID",
diff --git a/packages/hoppscotch-sh-admin/src/pages/teams/index.vue b/packages/hoppscotch-sh-admin/src/pages/teams/index.vue
index c09311459..6db054b2b 100644
--- a/packages/hoppscotch-sh-admin/src/pages/teams/index.vue
+++ b/packages/hoppscotch-sh-admin/src/pages/teams/index.vue
@@ -51,7 +51,7 @@
>
diff --git a/packages/hoppscotch-sh-admin/src/pages/users/index.vue b/packages/hoppscotch-sh-admin/src/pages/users/index.vue
index 94cb7eead..9e60b79f7 100644
--- a/packages/hoppscotch-sh-admin/src/pages/users/index.vue
+++ b/packages/hoppscotch-sh-admin/src/pages/users/index.vue
@@ -61,21 +61,21 @@