We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a988f35 commit be2e18fCopy full SHA for be2e18f
src/formBuilder/Section.js
@@ -236,7 +236,7 @@ export default function Section({
236
<h5>
237
Section Object Name{' '}
238
<Tooltip
239
- text='The name that will appear in the backend of Servicely'
+ text='The key to the object that will represent this form section.'
240
id={`${keyName}_nameinfo`}
241
type='help'
242
/>
@@ -259,7 +259,7 @@ export default function Section({
259
260
Section Display Name{' '}
261
262
- text='The name Servicely will show to service requesters'
+ text='The name of the form section that will be shown to users of the form.'
263
id={`${keyName}_titleinfo`}
264
265
0 commit comments