Skip to content

Commit 0a7ec72

Browse files
committed
fix: update title in CippFormPage to specify 'Guest User'
1 parent 5b16c68 commit 0a7ec72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/identity/administration/users/invite.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Page = () => {
1919
<CippFormPage
2020
queryKey={`Users-${userSettingsDefaults.currentTenant}`}
2121
formControl={formControl}
22-
title="User"
22+
title="Guest User"
2323
backButtonTitle="User Overview"
2424
postUrl="/api/AddGuest"
2525
>

0 commit comments

Comments
 (0)