Skip to content

Commit

Permalink
refactor: removed admin id and updated header names in invites page
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJacobStephen committed Mar 22, 2024
1 parent d19807b commit f2a2183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/hoppscotch-sh-admin/locales/en.json
Expand Up @@ -253,7 +253,6 @@
},
"users": {
"admin": "Admin",
"admin_email": "Admin Email",
"admin_id": "Admin ID",
"cancel": "Cancel",
"created_on": "Created On",
Expand All @@ -270,6 +269,7 @@
"invalid_user": "Invalid User",
"invite_load_list_error": "Unable to Load Invited Users List",
"invite_user": "Invite User",
"invited_by": "Invited By",
"invited_on": "Invited On",
"invited_users": "Invited Users",
"invitee_email": "Invitee Email",
Expand Down
2 changes: 1 addition & 1 deletion packages/hoppscotch-sh-admin/src/pages/users/index.vue
Expand Up @@ -20,7 +20,7 @@
/>
</div>
</div>
<div class="overflow-x-auto">
<div class="overflow-x-auto mb-5">
<div class="mb-3 flex items-center justify-end">
<HoppButtonSecondary
outline
Expand Down

0 comments on commit f2a2183

Please sign in to comment.