Skip to content

Commit

Permalink
Updating i18n ids
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
  • Loading branch information
ymao1 and mikecote authored Oct 26, 2020
1 parent c9701ea commit 0c2412a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const AlertAddFooter = ({ isSaving, hasErrors, onSave, onCancel }: AlertA
<EuiFlexGroup justifyContent="spaceBetween">
<EuiFlexItem grow={false}>
<EuiButtonEmpty data-test-subj="cancelSaveAlertButton" onClick={onCancel}>
{i18n.translate('xpack.triggersActionsUI.sections.alertAdd.cancelButtonLabel', {
{i18n.translate('xpack.triggersActionsUI.sections.alertAddFooter.cancelButtonLabel', {
defaultMessage: 'Cancel',
})}
</EuiButtonEmpty>
Expand All @@ -47,7 +47,7 @@ export const AlertAddFooter = ({ isSaving, hasErrors, onSave, onCancel }: AlertA
onClick={onSave}
>
<FormattedMessage
id="xpack.triggersActionsUI.sections.alertAdd.saveButtonLabel"
id="xpack.triggersActionsUI.sections.alertAddFooter.saveButtonLabel"
defaultMessage="Save"
/>
</EuiButton>
Expand Down

0 comments on commit 0c2412a

Please sign in to comment.