File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const Language = {
15
15
suspendDialogMessagePrefix : "Do you want to suspend the user" ,
16
16
activateDialogTitle : "Activate user" ,
17
17
activateDialogAction : "Activate" ,
18
- activateDialogMessagePrefix : "Do you want to active the user" ,
18
+ activateDialogMessagePrefix : "Do you want to activate the user" ,
19
19
}
20
20
21
21
export const UsersPage : React . FC = ( ) => {
@@ -108,6 +108,7 @@ export const UsersPage: React.FC = () => {
108
108
/>
109
109
110
110
< ConfirmDialog
111
+ type = "success"
111
112
hideCancel = { false }
112
113
open = { usersState . matches ( "confirmUserActivation" ) }
113
114
confirmLoading = { usersState . matches ( "activatingUser" ) }
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ export const Language = {
17
17
createUserError : "Error on creating the user." ,
18
18
suspendUserSuccess : "Successfully suspended the user." ,
19
19
suspendUserError : "Error suspending user." ,
20
- activateUserSuccess : "Successfully activated the user" ,
21
- activateUserError : "Error activating user" ,
20
+ activateUserSuccess : "Successfully activated the user. " ,
21
+ activateUserError : "Error activating user. " ,
22
22
resetUserPasswordSuccess : "Successfully updated the user password." ,
23
23
resetUserPasswordError : "Error on resetting the user password." ,
24
24
updateUserRolesSuccess : "Successfully updated the user roles." ,
You can’t perform that action at this time.
0 commit comments