File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ const fieldMapping: Record<
153
153
< CheckboxField { ...props } label = "Open to Investor Visitor" />
154
154
) ,
155
155
paratextRegistryId : ( { props } ) => (
156
- < TextField { ...props } label = "Paratext Registry ID" />
156
+ < TextField { ...props } label = "Paratext ID" />
157
157
) ,
158
158
usingAIAssistedTranslation : ( { props } ) => (
159
159
< EnumField
Original file line number Diff line number Diff line change @@ -156,12 +156,11 @@ export const LanguageEngagementHeader = ({
156
156
< DataButton
157
157
onClick = { ( ) => show ( [ 'paratextRegistryId' ] ) }
158
158
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"
160
160
children = {
161
- ptRegistryId . value &&
162
- `Paratext Registry ID: ${ ptRegistryId . value } `
161
+ ptRegistryId . value && `Paratext ID: ${ ptRegistryId . value } `
163
162
}
164
- empty = "Enter Paratext Registry ID"
163
+ empty = "Enter Paratext ID"
165
164
/>
166
165
</ Grid >
167
166
< Grid item >
You can’t perform that action at this time.
0 commit comments