Skip to content

Commit 48d8856

Browse files
committed
fix: fix text
1 parent dd2a6ff commit 48d8856

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const IdpGroupSyncForm: FC<IdpGroupSyncFormProps> = ({
226226
<Combobox
227227
value={idpGroupName}
228228
options={claimFieldValues}
229-
placeholder="Select IdP organization"
229+
placeholder="Select IdP group"
230230
open={open}
231231
onOpenChange={setOpen}
232232
inputValue={comboInputValue}

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const IdpRoleSyncForm: FC<IdpRoleSyncFormProps> = ({
167167
<Combobox
168168
value={idpRoleName}
169169
options={claimFieldValues}
170-
placeholder="Select IdP organization"
170+
placeholder="Select IdP role"
171171
open={open}
172172
onOpenChange={setOpen}
173173
inputValue={comboInputValue}

0 commit comments

Comments
 (0)