Skip to content

Commit

Permalink
Updates schema page buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyholler committed Jun 10, 2021
1 parent 5cba4b5 commit 570cafa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ export const Schema: React.FC = () => {
>
{i18n.translate(
'xpack.enterpriseSearch.appSearch.engine.schema.updateSchemaButtonLabel',
{ defaultMessage: 'Update types' }
{ defaultMessage: 'Save changes' }
)}
</EuiButton>,
<EuiButton
color="secondary"
disabled={isUpdating}
onClick={openModal}
iconType="plusInCircleFilled"
data-test-subj="addSchemaFieldModalButton"
>
{i18n.translate(
Expand Down

0 comments on commit 570cafa

Please sign in to comment.