mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-28 06:01:58 +08:00
chore: remove share invite link message (#4691)
This commit is contained in:
parent
07747e73d6
commit
4c2174958f
@ -14,6 +14,5 @@
|
|||||||
"delete_domain_message": "Are you sure you want to delete this domain?",
|
"delete_domain_message": "Are you sure you want to delete this domain?",
|
||||||
"delete_domain": "Delete Domain",
|
"delete_domain": "Delete Domain",
|
||||||
"add_domain": "Add Domains",
|
"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",
|
"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"
|
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,5 @@
|
|||||||
"delete_domain_message": "Are you sure you want to delete this domain?",
|
"delete_domain_message": "Are you sure you want to delete this domain?",
|
||||||
"delete_domain": "Delete Domain",
|
"delete_domain": "Delete Domain",
|
||||||
"add_domain": "Add Domains",
|
"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",
|
"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"
|
|
||||||
}
|
}
|
||||||
|
@ -279,9 +279,6 @@ function PendingInvitesContainer(): JSX.Element {
|
|||||||
</Typography.Title>
|
</Typography.Title>
|
||||||
|
|
||||||
<Space>
|
<Space>
|
||||||
<Typography.Text type="warning">
|
|
||||||
{t('invite_link_share_manually')}
|
|
||||||
</Typography.Text>
|
|
||||||
<Button
|
<Button
|
||||||
icon={<PlusOutlined />}
|
icon={<PlusOutlined />}
|
||||||
type="primary"
|
type="primary"
|
||||||
|
@ -79,6 +79,7 @@ if (process.env.BUNDLE_ANALYSER === 'true') {
|
|||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
|
devtool: 'source-map',
|
||||||
entry: resolve(__dirname, './src/index.tsx'),
|
entry: resolve(__dirname, './src/index.tsx'),
|
||||||
output: {
|
output: {
|
||||||
path: resolve(__dirname, './build'),
|
path: resolve(__dirname, './build'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user