File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
site/src/pages/OrganizationSettingsPage/IdpSyncPage Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ export const IdpGroupSyncForm: FC<IdpGroupSyncFormProps> = ({
226
226
< Combobox
227
227
value = { idpGroupName }
228
228
options = { claimFieldValues }
229
- placeholder = "Select IdP organization "
229
+ placeholder = "Select IdP group "
230
230
open = { open }
231
231
onOpenChange = { setOpen }
232
232
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 @@ -167,7 +167,7 @@ export const IdpRoleSyncForm: FC<IdpRoleSyncFormProps> = ({
167
167
< Combobox
168
168
value = { idpRoleName }
169
169
options = { claimFieldValues }
170
- placeholder = "Select IdP organization "
170
+ placeholder = "Select IdP role "
171
171
open = { open }
172
172
onOpenChange = { setOpen }
173
173
inputValue = { comboInputValue }
You can’t perform that action at this time.
0 commit comments