Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

w-9537427 avoid use of implicit headings #7237

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions force-app/main/default/labels/CustomLabels.labels-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2152,15 +2152,15 @@
<language>en_US</language>
<protected>true</protected>
<shortDescription>Message displayed on a successful migration</shortDescription>
<value>&lt;b&gt;Upgrade process complete!&lt;/b&gt;&lt;br/&gt;
&lt;br/&gt;Before your organization starts using Enhanced Recurring Donations:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;Turn on workflows, processes, validation rules and triggers that you disabled prior to upgrade.&lt;/li&gt;
<value>&lt;h4&gt;Upgrade process complete!&lt;/h4&gt;
&lt;p&gt;Before your organization starts using Enhanced Recurring Donations:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Turn on workflows, processes, validation rules, and triggers that you disabled prior to upgrade.&lt;/li&gt;
&lt;li&gt;Assign the Enhanced Recurring Donations page layout to all user profiles and remove the old Recurring Donations page layout.&lt;/li&gt;
&lt;li&gt;Assign the NPSP Recurring Donation Lightning record page as the Org Default.&lt;/li&gt;
&lt;li&gt;Assign the RD2_VisualizeScheduleController Apex class to your custom profiles.&lt;/li&gt;
&lt;li&gt;Adjust field-level security for Recurring Donations fields as necessary for your profiles and permission sets.&lt;/li&gt;
&lt;li&gt;Adjust Recurring Donations reports to work with Enhanced Recurring Donations.&lt;/li&gt;
&lt;li&gt;Educate your staff about Enhanced Recurring Donations.&lt;/li&gt;</value>
&lt;li&gt;Educate your staff about Enhanced Recurring Donations.&lt;/li&gt;&lt;/ul&gt;</value>
</labels>
<labels>
<fullName>RD2_EnablementMigrationErrorMessage</fullName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<lightning-layout-item size="8">
<div title={title}>
<span class="slds-truncate"><strong>{title}</strong></span>
<span class="slds-truncate"><h2><strong>{title}</strong></h2></span>
</div>
</lightning-layout-item>

Expand Down
Loading