Skip to content

Commit

Permalink
Fixed scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Feb 4, 2021
1 parent 9342150 commit 47edd7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const PhaseFooter: FunctionComponent<Props> = ({ phase }) => {
<EuiLink onClick={() => setValue(true)} data-test-subj={'enableDeletePhaseLink'}>
<FormattedMessage
id="xpack.indexLifecycleMgmt.editPolicy.deletePhase.enablePhaseButtonLabel"
defaultMessage="Enable data deletion"
defaultMessage="Set delete age"
/>
</EuiLink>
</EuiText>
Expand All @@ -65,7 +65,7 @@ export const PhaseFooter: FunctionComponent<Props> = ({ phase }) => {
<EuiLink onClick={() => setValue(false)} data-test-subj={'disableDeletePhaseLink'}>
<FormattedMessage
id="xpack.indexLifecycleMgmt.editPolicy.deletePhase.disablePhaseButtonLabel"
defaultMessage="Disable data deletion"
defaultMessage="Keep data"
/>
</EuiLink>
</EuiText>
Expand Down

0 comments on commit 47edd7b

Please sign in to comment.