Skip to content

Commit 67284b6

Browse files
committed
chore: text replaced with Check Permission
1 parent 3a8146b commit 67284b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Shared/Components/Error/ErrorBar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ const ErrorBar = ({ appDetails, useParentMargin = true }: ErrorBarType) => {
4242
<div className={`flexbox-col dc__gap-16 ${useParentMargin ? 'm-20' : ''} fs-13`}>
4343
<InfoBlock
4444
heading={
45-
<div className="flexbox dc__content-space fs-13 lh-20 cn-9">
46-
<div className="fw-6">
45+
<div className="flexbox dc__content-space fs-13 lh-20 cn-9 fw-6">
46+
<div>
4747
ImagePullBackOff: Failed to pull image on ‘{appDetails.clusterName}’ from ‘
4848
{appDetails.dockerRegistryId}
4949
</div>
5050
<NavLink
5151
to={`${URLS.GLOBAL_CONFIG_DOCKER}/${appDetails.dockerRegistryId}`}
5252
className="cb-5 fs-13 anchor w-auto dc__no-decor flex ml-8"
5353
>
54-
Manage access&nbsp;&nbsp;
54+
Check Permission&nbsp;&nbsp;
5555
<Icon name="ic-arrow-right" color="B500" />
5656
</NavLink>
5757
</div>

0 commit comments

Comments
 (0)