mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update text button changes (#123170)
This commit is contained in:
parent
de7d48a55f
commit
3514fa667a
2 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ export const EventFiltersFlyout: React.FC<EventFiltersFlyoutProps> = memo(
|
|||
{id ? (
|
||||
<FormattedMessage
|
||||
id="xpack.securitySolution.eventFilters.eventFiltersFlyout.actions.confirm.update"
|
||||
defaultMessage="Update event filter"
|
||||
defaultMessage="Save"
|
||||
/>
|
||||
) : data ? (
|
||||
<FormattedMessage
|
||||
|
|
|
@ -126,7 +126,7 @@ export const HostIsolationExceptionsFormFlyout = memo(
|
|||
{isEditing ? (
|
||||
<FormattedMessage
|
||||
id="xpack.securitySolution.hostIsolationExceptions.flyout.editButton"
|
||||
defaultMessage="Edit host isolation exception"
|
||||
defaultMessage="Save"
|
||||
/>
|
||||
) : (
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue