Skip to content

Commit

Permalink
Merge pull request #571 from DavidCuentasMar/565-fix-event-guest-subm…
Browse files Browse the repository at this point in the history
…it-list-label-typo

Fix typo in Event_Guest_Submit_List_Label__c
  • Loading branch information
tcdahlberg authored Aug 16, 2024
2 parents 5d967b3 + 132b170 commit 6369f77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Event_Guest_Submit_List_Label__c</fullName>
<description>Appears on the submit page as title to itemized list of Guests. Defaults to &quot;Additional guests registred&quot;</description>
<description>Appears on the submit page as title to itemized list of Guests. Defaults to &quot;Additional guests registered&quot;</description>
<externalId>false</externalId>
<inlineHelpText>Appears on the submit page as title to itemized list of fees. Defaults to &quot;Additional guests registred&quot;</inlineHelpText>
<inlineHelpText>Appears on the submit page as title to itemized list of fees. Defaults to &quot;Additional guests registered&quot;</inlineHelpText>
<label>Event Guest Submit List Label</label>
<length>255</length>
<required>false</required>
Expand Down

0 comments on commit 6369f77

Please sign in to comment.