Skip to content

Commit be2e18f

Browse files
committed
Fix incorrect tooltip copy for Section fields
1 parent a988f35 commit be2e18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/formBuilder/Section.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export default function Section({
236236
<h5>
237237
Section Object Name{' '}
238238
<Tooltip
239-
text='The name that will appear in the backend of Servicely'
239+
text='The key to the object that will represent this form section.'
240240
id={`${keyName}_nameinfo`}
241241
type='help'
242242
/>
@@ -259,7 +259,7 @@ export default function Section({
259259
<h5>
260260
Section Display Name{' '}
261261
<Tooltip
262-
text='The name Servicely will show to service requesters'
262+
text='The name of the form section that will be shown to users of the form.'
263263
id={`${keyName}_titleinfo`}
264264
type='help'
265265
/>

0 commit comments

Comments
 (0)