From c86d79c51c8f5ad49b4d405c25890b7d8a61bdf3 Mon Sep 17 00:00:00 2001 From: Sid Date: Tue, 1 Oct 2024 15:24:08 +0200 Subject: [PATCH] update text for role saving --- .../public/management/roles/edit_role/edit_role_page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security/public/management/roles/edit_role/edit_role_page.tsx b/x-pack/plugins/security/public/management/roles/edit_role/edit_role_page.tsx index f994f16f6ae42..05b28e5474ac5 100644 --- a/x-pack/plugins/security/public/management/roles/edit_role/edit_role_page.tsx +++ b/x-pack/plugins/security/public/management/roles/edit_role/edit_role_page.tsx @@ -729,7 +729,7 @@ export const EditRolePage: FunctionComponent = ({ notifications.toasts.addSuccess( i18n.translate( 'xpack.security.management.editRole.roleSuccessfullySavedNotificationMessage', - { defaultMessage: 'Saved role' } + { defaultMessage: 'Created role' } ) ); }