Skip to content

Commit

Permalink
delete -> edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens authored Apr 8, 2020
1 parent be78f6d commit a2935f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const PipelineDetails: FunctionComponent<Props> = ({
<EuiFlexGroup gutterSize="none" alignItems="center" justifyContent="flexEnd">
<EuiFlexItem grow={false}>
<EuiButtonEmpty onClick={onEditClick}>
{i18n.translate('xpack.ingestPipelines.list.pipelineDetails.deleteButtonLabel', {
{i18n.translate('xpack.ingestPipelines.list.pipelineDetails.editButtonLabel', {
defaultMessage: 'Edit',
})}
</EuiButtonEmpty>
Expand Down

0 comments on commit a2935f3

Please sign in to comment.