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

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

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
@@ -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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy