Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update user registration message #185

Merged
merged 2 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion telematic_system/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ window.env = {
REACT_APP_GRAFANA_URI: "https://grafana.cav-telematics.com",
REACT_APP_FILE_UPLOAD_WEB_SERVER_URI:
"https://ui-upload-service.cav-telematics.com/grafana",
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ const RegisterUser = () => {
<DialogTitle sx={{ color: 'green' }}>Successfully registered user </DialogTitle>
<DialogContent>
<DialogContentText id="alert-dialog-description">
The created user is by default assigned viewer role. Please send email to
<Link href={`mailto:${adminEmails.join(';')}?subject=Role update request&body=Request`}> administrators </Link>
&nbsp;to update your role.
The created user is by default assigned viewer role. If you would like to create dashboards, events, etc, you must send an email to
<Link href={`mailto:${adminEmails.join(';')}?subject=Role update request&body=Request`}> administrators </Link>
&nbsp; requesting an editor role.
</DialogContentText>
</DialogContent>
<DialogActions>
Expand Down
Loading