diff --git a/packages/hoppscotch-app/components/teams/Invite.vue b/packages/hoppscotch-app/components/teams/Invite.vue
index e57ef5439..bfb20ccf6 100644
--- a/packages/hoppscotch-app/components/teams/Invite.vue
+++ b/packages/hoppscotch-app/components/teams/Invite.vue
@@ -261,6 +261,80 @@
/>
+
+
+ help_outline
+ {{ $t("profile.roles") }}
+
+
+
+ {{ $t("profile.roles_description") }}
+
+
+
+ -
+
+ {{ $t("profile.owner") }}
+
+
+ {{ $t("profile.owner_description") }}
+
+
+ -
+
+ {{ $t("profile.editor") }}
+
+
+ {{ $t("profile.editor_description") }}
+
+
+ -
+
+ {{ $t("profile.viewer") }}
+
+
+ {{ $t("profile.viewer_description") }}
+
+
+
+
diff --git a/packages/hoppscotch-app/locales/en.json b/packages/hoppscotch-app/locales/en.json
index 5d457c71f..425943d29 100644
--- a/packages/hoppscotch-app/locales/en.json
+++ b/packages/hoppscotch-app/locales/en.json
@@ -310,6 +310,16 @@
"waiting_for_connection": "waiting for connection",
"xml": "XML"
},
+ "profile": {
+ "roles": "Roles",
+ "roles_description": "Roles are used to control access to the shared collections.",
+ "owner": "Owner",
+ "owner_description": "Owners can add, edit, and delete requests, collections and team members.",
+ "editor": "Editor",
+ "editor_description": "Editors can add, edit, and delete requests.",
+ "viewer": "Viewer",
+ "viewer_description": "Viewers can only view and use requests."
+ },
"settings": {
"accent_color": "Accent color",
"account": "Account",