Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48d8856

Browse files
committed
fix: fix text
1 parentdd2a6ff commit48d8856

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 IdPorganization"
229+
placeholder="Select IdPgroup"
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
<divclassName="flex justify-end">
6161
<divclassName="text-content-secondary text-xs">
6262
Showing<strongclassName="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 IdPorganization"
170+
placeholder="Select IdProle"
171171
open={open}
172172
onOpenChange={setOpen}
173173
inputValue={comboInputValue}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp