File tree 3 files changed +3
-3
lines changed
site/src/pages/OrganizationSettingsPage/IdpSyncPage
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export const IdpGroupSyncForm = ({
220
220
< Combobox
221
221
value = { idpGroupName }
222
222
options = { claimFieldValues }
223
- placeholder = "Select IdP organization "
223
+ placeholder = "Select IdP group "
224
224
open = { open }
225
225
onOpenChange = { setOpen }
226
226
inputValue = { comboInputValue }
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export const IdpMappingTable: FC<IdpMappingTableProps> = ({
60
60
< div className = "flex justify-end" >
61
61
< div className = "text-content-secondary text-xs" >
62
62
Showing < strong className = "text-content-primary" > { rowCount } </ strong > { " " }
63
- groups
63
+ { type . toLocaleLowerCase ( ) } { ( rowCount === 0 || rowCount > 1 ) && "s" }
64
64
</ div >
65
65
</ div >
66
66
</ div >
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ export const IdpRoleSyncForm = ({
160
160
< Combobox
161
161
value = { idpRoleName }
162
162
options = { claimFieldValues }
163
- placeholder = "Select IdP organization "
163
+ placeholder = "Select IdP role "
164
164
open = { open }
165
165
onOpenChange = { setOpen }
166
166
inputValue = { comboInputValue }
You can’t perform that action at this time.
0 commit comments