From 222177e35f72c9ac7b69da3ce612da6ecd7fa0f8 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Sat, 4 Dec 2021 02:45:57 +0100 Subject: [PATCH] feat(frontend): changed SMTP message --- frontend/app/components/Client/ManageUsers/ManageUsers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Client/ManageUsers/ManageUsers.js b/frontend/app/components/Client/ManageUsers/ManageUsers.js index e7936d35b..e70157cd0 100644 --- a/frontend/app/components/Client/ManageUsers/ManageUsers.js +++ b/frontend/app/components/Client/ManageUsers/ManageUsers.js @@ -116,7 +116,7 @@ class ManageUsers extends React.PureComponent { { !account.smtp &&
- SMTP is not configured. Please follow (see here how to set it up). You can still add new users, but you’d have to manually copy then send them the invitation link. + SMTP is not configured (see here how to set it up). You can still add new users, but you’d have to manually copy then send them the invitation link.
}