Skip to content

Commit

Permalink
fixup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLondon committed Mar 26, 2019
1 parent a8fc0dc commit 1dfb2ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function SourceDestFields (props: Props) {

<CheckboxRowField
name={addFieldNamePrefix('touchTip_checkbox')}
tooltipComponent={i18n.t(`tooltip.step_fields.${addFieldNamePrefix('touchTip_checkbox')}`)}
tooltipComponent={i18n.t(`tooltip.step_fields.defaults.${addFieldNamePrefix('touchTip_checkbox')}`)}
label={i18n.t('form.step_edit_form.field.touchTip.label')}
className={styles.small_field}
>
Expand Down

0 comments on commit 1dfb2ec

Please sign in to comment.