Skip to content

Commit d2e94a4

Browse files
committed
feat: change error message#497
1 parent 56229ae commit d2e94a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin-ui/app/utils/ApiKeyRedirect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function ApiKeyRedirect({
4747
type="error"
4848
message={t('The UI backend service is down')}
4949
description={t(
50-
'Please contact the side administrator or make sure it is up and running.',
50+
'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.',
5151
)}
5252
show={!backendIsUp}
5353
/>

admin-ui/app/utils/ViewRedirect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function ViewRedirect({
5353
type="error"
5454
message={t('The UI backend service is down')}
5555
description={t(
56-
'Please contact the side administrator or make sure it is up and running.',
56+
'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.',
5757
)}
5858
show={true}
5959
/>

0 commit comments

Comments
 (0)