Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: shainaraskas <[email protected]>
  • Loading branch information
SoniaSanzV and shainaraskas authored Dec 5, 2024
1 parent 039c7f1 commit 72cefd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const PolicyList: React.FunctionComponent<RouteComponentProps<MatchParams
>
<FormattedMessage
id="xpack.snapshotRestore.slmWarningDescription"
defaultMessage="Policies are not executed. You must restart SLM {slmDocLink}"
defaultMessage="Policies are not being executed. You must restart SLM {slmDocLink}"
values={{
slmDocLink: (
<EuiLink
Expand All @@ -192,7 +192,7 @@ export const PolicyList: React.FunctionComponent<RouteComponentProps<MatchParams
target="_blank"
>
{i18n.translate('xpack.snapshotRestore.slmDocLink', {
defaultMessage: 'by using the API.',
defaultMessage: 'using the API.',
})}
</EuiLink>
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const SnapshotState: React.FC<Props> = ({ state, displayTooltipIcon }) =>
[SNAPSHOT_STATE.IN_PROGRESS]: {
color: 'primary',
label: i18n.translate('xpack.snapshotRestore.snapshotState.inProgressLabel', {
defaultMessage: 'In Progress',
defaultMessage: 'In progress',
}),
},
[SNAPSHOT_STATE.SUCCESS]: {
Expand Down

0 comments on commit 72cefd1

Please sign in to comment.