Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7709976

Browse files
committed
fix: fix text
1 parent 63cb191 commit 7709976

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpGroupSyncForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export const IdpGroupSyncForm = ({
220220
<Combobox
221221
value={idpGroupName}
222222
options={claimFieldValues}
223-
placeholder="Select IdP organization"
223+
placeholder="Select IdP group"
224224
open={open}
225225
onOpenChange={setOpen}
226226
inputValue={comboInputValue}

site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpMappingTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const IdpMappingTable: FC<IdpMappingTableProps> = ({
6060
<div className="flex justify-end">
6161
<div className="text-content-secondary text-xs">
6262
Showing <strong className="text-content-primary">{rowCount}</strong>{" "}
63-
groups
63+
{type.toLocaleLowerCase()}{(rowCount === 0 || rowCount > 1) && "s"}
6464
</div>
6565
</div>
6666
</div>

site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpRoleSyncForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const IdpRoleSyncForm = ({
160160
<Combobox
161161
value={idpRoleName}
162162
options={claimFieldValues}
163-
placeholder="Select IdP organization"
163+
placeholder="Select IdP role"
164164
open={open}
165165
onOpenChange={setOpen}
166166
inputValue={comboInputValue}

0 commit comments

Comments
 (0)