0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated email newsletter settings copy

Refs https://github.com/TryGhost/Team/issues/2699
This commit is contained in:
Sanne de Vries 2023-03-13 14:39:02 +01:00
parent b1706decf8
commit d06f4c5329

View file

@ -121,22 +121,22 @@
<div class="gh-stack"> <div class="gh-stack">
{{#if (feature 'makingItRain')}} {{#if (feature 'makingItRain')}}
<GhFormGroup class="gh-stack-item gh-setting"> <GhFormGroup class="gh-stack-item gh-setting">
<label class="modal-fullsettings-title">Newsletter title</label> <label class="modal-fullsettings-title">Post title</label>
<div class="for-switch small"> <div class="for-switch small">
<label class="switch" for="show-newsletter-title"> <label class="switch" for="show-post-title">
<input <input
type="checkbox" type="checkbox"
checked={{@newsletter.showNewsletterTitle}} checked={{@newsletter.showPostTitle}}
id="show-newsletter-title" id="show-post-title"
name="show-newsletter-title" name="show-post-title"
{{on "click" (fn this.toggleSetting "showNewsletterTitle")}} {{on "click" (fn this.toggleSetting "showPostTitle")}}
> >
<span class="input-toggle-component"></span> <span class="input-toggle-component"></span>
</label> </label>
</div> </div>
</GhFormGroup> </GhFormGroup>
{{!-- {{#if @newsletter.showNewsletterTitle}} --}} {{!-- {{#if @newsletter.showPostTitle}} --}}
<GhFormGroup class="gh-stack-item"> <GhFormGroup class="gh-stack-item">
<div class="gh-email-design-typography-wrapper header"> <div class="gh-email-design-typography-wrapper header">
<div class="modal-fullsettings-radiogroup gh-email-design-typography" data-test-input="titleFontCategory"> <div class="modal-fullsettings-radiogroup gh-email-design-typography" data-test-input="titleFontCategory">
@ -154,7 +154,7 @@
{{!-- {{/if}} --}} {{!-- {{/if}} --}}
{{else}} {{else}}
<GhFormGroup class="gh-stack-item"> <GhFormGroup class="gh-stack-item">
<label class="modal-fullsettings-title">Newsletter title style</label> <label class="modal-fullsettings-title">Post title style</label>
<div class="gh-email-design-typography-wrapper header"> <div class="gh-email-design-typography-wrapper header">
<div class="modal-fullsettings-radiogroup gh-email-design-typography" data-test-input="titleFontCategory"> <div class="modal-fullsettings-radiogroup gh-email-design-typography" data-test-input="titleFontCategory">
<GhFontSelector <GhFontSelector
@ -229,7 +229,7 @@
{{#if (feature 'makingItRain')}} {{#if (feature 'makingItRain')}}
{{!-- {{#if @site.comments_enabled}} --}} {{!-- {{#if @site.comments_enabled}} --}}
<GhFormGroup class="gh-stack-item gh-setting"> <GhFormGroup class="gh-stack-item gh-setting">
<label for="comments-link" class="modal-fullsettings-title" data-test-toggle="feedbackEnabled">Include a link to comments</label> <label for="comments-link" class="modal-fullsettings-title" data-test-toggle="feedbackEnabled">Add a link to your comments</label>
<div class="for-switch small"> <div class="for-switch small">
<div class="container"> <div class="container">
<input <input
@ -245,7 +245,7 @@
{{!-- {{/if}} --}} {{!-- {{/if}} --}}
<GhFormGroup class="gh-stack-item gh-setting gh-setting-extra"> <GhFormGroup class="gh-stack-item gh-setting gh-setting-extra">
<label for="latest-posts" class="modal-fullsettings-title" data-test-toggle="feedbackEnabled">Show three latest posts</label> <label for="latest-posts" class="modal-fullsettings-title" data-test-toggle="feedbackEnabled">Share your latest posts</label>
<div class="for-switch small"> <div class="for-switch small">
<div class="container"> <div class="container">
<input <input