Skip to content

Commit 9241150

Browse files
authored
Merge pull request #1648 from SeedCompany/paratext-id-label
Paratext Registry Id -> Paratext Id label
2 parents e9f0624 + 12e176d commit 9241150

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/scenes/Engagement/EditEngagement/EditEngagementDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const fieldMapping: Record<
153153
<CheckboxField {...props} label="Open to Investor Visitor" />
154154
),
155155
paratextRegistryId: ({ props }) => (
156-
<TextField {...props} label="Paratext Registry ID" />
156+
<TextField {...props} label="Paratext ID" />
157157
),
158158
usingAIAssistedTranslation: ({ props }) => (
159159
<EnumField

src/scenes/Engagement/LanguageEngagement/Header/LanguageEngagementHeader.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,11 @@ export const LanguageEngagementHeader = ({
156156
<DataButton
157157
onClick={() => show(['paratextRegistryId'])}
158158
secured={ptRegistryId}
159-
redacted="You do not have permission to view Paratext Registry ID"
159+
redacted="You do not have permission to view Paratext ID"
160160
children={
161-
ptRegistryId.value &&
162-
`Paratext Registry ID: ${ptRegistryId.value}`
161+
ptRegistryId.value && `Paratext ID: ${ptRegistryId.value}`
163162
}
164-
empty="Enter Paratext Registry ID"
163+
empty="Enter Paratext ID"
165164
/>
166165
</Grid>
167166
<Grid item>

0 commit comments

Comments
 (0)