Skip to content

Commit

Permalink
fix: correct legal disclaimer description in service settings
Browse files Browse the repository at this point in the history
  • Loading branch information
augustlindemer committed Nov 8, 2024
1 parent a0c46c9 commit 9b7e8eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const FooterLinksAndLegalDisclaimer = () => {
<SettingsSection background>
<TextInput
title="Legal Disclaimer"
description="Displayed before a user submits their application"
description="Displayed on the 'Result' pages of the service (if it contains any)"
switchProps={{
name: "elements.legalDisclaimer.show",
checked: elementsForm.values.elements?.legalDisclaimer?.show,
Expand Down

0 comments on commit 9b7e8eb

Please sign in to comment.