From 0c2412a5ca78e604197d4855cd563f35f0d9ba1a Mon Sep 17 00:00:00 2001 From: ymao1 Date: Mon, 26 Oct 2020 11:08:41 -0400 Subject: [PATCH] Updating i18n ids MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mike Côté --- .../application/sections/alert_form/alert_add_footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_add_footer.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_add_footer.tsx index f383774e42175..92e1198de8440 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_add_footer.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_add_footer.tsx @@ -30,7 +30,7 @@ export const AlertAddFooter = ({ isSaving, hasErrors, onSave, onCancel }: AlertA - {i18n.translate('xpack.triggersActionsUI.sections.alertAdd.cancelButtonLabel', { + {i18n.translate('xpack.triggersActionsUI.sections.alertAddFooter.cancelButtonLabel', { defaultMessage: 'Cancel', })} @@ -47,7 +47,7 @@ export const AlertAddFooter = ({ isSaving, hasErrors, onSave, onCancel }: AlertA onClick={onSave} >