Skip to content

Commit

Permalink
[#1182] description panel modified in administrative list
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-p-s committed Feb 19, 2024
1 parent d3f184a commit a0d27a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions frontend/src/lib/ui-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,17 @@ const uiText = {
</ul>
</Fragment>
),
admPanelText: (
<Fragment>
This is where you :
<ul>
<li>Add new administration</li>
<li>Modify existing administration</li>
<li>Delete existing administration</li>
<li>Bulk upload administration</li>
</ul>
</Fragment>
),
settingsDescriptionPanel:
"This page allows Super Admin to maintain system critical master lists.",
// Approvals
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/master-data/MasterData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const MasterData = () => {
<Col>
<Breadcrumbs pagePath={pagePath} />
<DescriptionPanel
description={text.manageUserText}
description={text.admPanelText}
title={text.manageAdministrativeList}
/>
</Col>
Expand Down

0 comments on commit a0d27a3

Please sign in to comment.