diff --git a/frontend/public/locales/en-GB/organizationsettings.json b/frontend/public/locales/en-GB/organizationsettings.json index deae9666ee..74654d9b46 100644 --- a/frontend/public/locales/en-GB/organizationsettings.json +++ b/frontend/public/locales/en-GB/organizationsettings.json @@ -14,6 +14,5 @@ "delete_domain_message": "Are you sure you want to delete this domain?", "delete_domain": "Delete Domain", "add_domain": "Add Domains", - "saml_settings": "Your SAML settings have been saved, please login from incognito window to confirm that it has been set up correctly", - "invite_link_share_manually": "After inviting members, please copy the invite link and send them the link manually" + "saml_settings": "Your SAML settings have been saved, please login from incognito window to confirm that it has been set up correctly" } diff --git a/frontend/public/locales/en/organizationsettings.json b/frontend/public/locales/en/organizationsettings.json index deae9666ee..74654d9b46 100644 --- a/frontend/public/locales/en/organizationsettings.json +++ b/frontend/public/locales/en/organizationsettings.json @@ -14,6 +14,5 @@ "delete_domain_message": "Are you sure you want to delete this domain?", "delete_domain": "Delete Domain", "add_domain": "Add Domains", - "saml_settings": "Your SAML settings have been saved, please login from incognito window to confirm that it has been set up correctly", - "invite_link_share_manually": "After inviting members, please copy the invite link and send them the link manually" + "saml_settings": "Your SAML settings have been saved, please login from incognito window to confirm that it has been set up correctly" } diff --git a/frontend/src/container/OrganizationSettings/PendingInvitesContainer/index.tsx b/frontend/src/container/OrganizationSettings/PendingInvitesContainer/index.tsx index 7395102d4c..3e9276f596 100644 --- a/frontend/src/container/OrganizationSettings/PendingInvitesContainer/index.tsx +++ b/frontend/src/container/OrganizationSettings/PendingInvitesContainer/index.tsx @@ -279,9 +279,6 @@ function PendingInvitesContainer(): JSX.Element { - - {t('invite_link_share_manually')} -