Skip to content

Commit

Permalink
Small adjustments in policy page (#114957)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasansol92 authored Oct 14, 2021
1 parent 864e6f1 commit 55a444b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const PolicyTrustedAppsFlyout = React.memo(() => {
>
<FormattedMessage
id="xpack.securitySolution.endpoint.policy.trustedApps.layout.flyout.confirm"
defaultMessage="Assing to {policyName}"
defaultMessage="Assign to {policyName}"
values={{
policyName,
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const RootWrapper = styled.div`

const BACK_TO_TRUSTED_APPS_LABEL = i18n.translate(
'xpack.securitySolution.trustedapps.grid.policyDetailsLinkBackLabel',
{ defaultMessage: 'Back to trusted Applications' }
{ defaultMessage: 'Back to trusted applications' }
);

const EDIT_TRUSTED_APP_ACTION_LABEL = i18n.translate(
Expand Down Expand Up @@ -120,6 +120,12 @@ export const TrustedAppsGrid = memo(() => {
],
href: getAppUrl({ path: currentPagePath }),
},
onCancelNavigateTo: [
APP_ID,
{
path: currentPagePath,
},
],
};

policyToNavOptionsMap[policyId] = {
Expand Down

0 comments on commit 55a444b

Please sign in to comment.