Skip to content

Commit

Permalink
update text for role saving
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthMantri committed Oct 1, 2024
1 parent db4adff commit c86d79c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ export const EditRolePage: FunctionComponent<Props> = ({
notifications.toasts.addSuccess(
i18n.translate(
'xpack.security.management.editRole.roleSuccessfullySavedNotificationMessage',
{ defaultMessage: 'Saved role' }
{ defaultMessage: 'Created role' }
)
);
}
Expand Down

0 comments on commit c86d79c

Please sign in to comment.