Skip to content

Commit

Permalink
Remove horizontal rules. Include some strings that had translation mi…
Browse files Browse the repository at this point in the history
…ssing.
  • Loading branch information
cphilleo committed May 15, 2020
1 parent 6613258 commit c19dc1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 3 additions & 4 deletions client/my-sites/earn/ads/form-settings.jsx
Expand Up @@ -472,7 +472,6 @@ class AdsFormSettings extends Component {

return (
<div>
<hr />
<FormSectionHeading>{ translate( 'Privacy and Consent' ) }</FormSectionHeading>
<FormFieldset>
<SupportInfo
Expand Down Expand Up @@ -548,13 +547,13 @@ class AdsFormSettings extends Component {
placeholder="https://"
/>
<FormSettingExplanation>
Adds a link to your privacy policy to the bottom of the CCPA notice popup
(optional).
{ translate(
'Adds a link to your privacy policy to the bottom of the CCPA notice popup (optional).'
) }
</FormSettingExplanation>
</FormFieldset>
</div>
) }
<hr />
</div>
);
}
Expand Down
5 changes: 3 additions & 2 deletions client/my-sites/site-settings/jetpack-ads.jsx
Expand Up @@ -230,8 +230,9 @@ class JetpackAds extends Component {
placeholder="https://"
/>
<FormSettingExplanation>
Adds a link to your privacy policy to the bottom of the CCPA notice popup
(optional).
{ translate(
'Adds a link to your privacy policy to the bottom of the CCPA notice popup (optional).'
) }
</FormSettingExplanation>
</FormFieldset>
</div>
Expand Down

0 comments on commit c19dc1e

Please sign in to comment.