Skip to content

Commit

Permalink
Update id for i18n path
Browse files Browse the repository at this point in the history
Co-authored-by: Jeramy Soucy <[email protected]>
  • Loading branch information
SiddharthMantri and jeramysoucy authored Oct 2, 2024
1 parent c86d79c commit 4728c26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ export const EditRolePage: FunctionComponent<Props> = ({
} else {
notifications.toasts.addSuccess(
i18n.translate(
'xpack.security.management.editRole.roleSuccessfullySavedNotificationMessage',
'xpack.security.management.editRole.roleSuccessfullyCreatedNotificationMessage',
{ defaultMessage: 'Created role' }
)
);
Expand Down

0 comments on commit 4728c26

Please sign in to comment.