Skip to content

Commit 579cb11

Browse files
Update UsersPage.tsx
1 parent 93e4e80 commit 579cb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/UsersPage/UsersPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export const UsersPage: FC<{ children?: ReactNode }> = () => {
225225
}}
226226
description={
227227
<>
228-
Do you want to activate the user{" "}
228+
Do you want to activate{" "}
229229
<strong>{confirmActivateUser?.username ?? ""}</strong>?
230230
</>
231231
}

0 commit comments

Comments
 (0)