Skip to content

Commit

Permalink
[form-builder] PTE: change copy for 'Click to edit'
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin authored and rexxars committed Oct 6, 2020
1 parent f241f1f commit 4fc3fdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export default function PortableTextInput(props: Props) {
) : (
<ActivateOnFocus
inputId={activationId}
html={<h3 className={styles.activeOnFocusHeading}>Click to edit</h3>}
html={<h3 className={styles.activeOnFocusHeading}>Click to activate</h3>}
isActive={isActive}
onActivate={handleActivate}
overlayClassName={styles.activateOnFocusOverlay}
Expand Down

0 comments on commit 4fc3fdc

Please sign in to comment.