Skip to content

Commit

Permalink
feat: change error message#497
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Mar 8, 2023
1 parent 56229ae commit d2e94a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin-ui/app/utils/ApiKeyRedirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function ApiKeyRedirect({
type="error"
message={t('The UI backend service is down')}
description={t(
'Please contact the side administrator or make sure it is up and running.',
'It may due to any of the following reason-\r\n1. Admin UI Backend is down. \n2. Unable to get license credentials from Gluu server.\nPlease contact the site administrator or check server logs.',
)}
show={!backendIsUp}
/>
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/app/utils/ViewRedirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function ViewRedirect({
type="error"
message={t('The UI backend service is down')}
description={t(
'Please contact the side administrator or make sure it is up and running.',
'It may due to any of the following reason-\r\n1. Admin UI Backend is down. \n2. Unable to get license credentials from Gluu server.\nPlease contact the site administrator or check server logs.',
)}
show={true}
/>
Expand Down

0 comments on commit d2e94a4

Please sign in to comment.