mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Copy updates for Offers
This commit is contained in:
parent
93768ef678
commit
24b51d7f77
@ -6,7 +6,7 @@
|
||||
|
||||
<div class="modal-body">
|
||||
<p>
|
||||
You can share this link with your members via email or social media. This discount will be applied at checkout when members use this link.
|
||||
You can share this link anywhere. In your newsletter, social media, a podcast, or in-person. It all just works.
|
||||
</p>
|
||||
<div class="gh-input-group">
|
||||
<GhTextInput
|
||||
|
@ -42,7 +42,10 @@
|
||||
</div>
|
||||
|
||||
<h4 class="gh-main-section-header small bn">
|
||||
Discount information <span class="midgrey"> – Read only {{if this.offer.isNew "once offer is saved"}}</span>
|
||||
Discount information
|
||||
{{#if this.offer.isNew}}
|
||||
<span class="midgrey"> – Once saved, this cannot be changed.</span>
|
||||
{{/if}}
|
||||
</h4>
|
||||
<div class="gh-main-section-content grey">
|
||||
<GhFormGroup @errors={{this.errors}} @property="product-cadence">
|
||||
|
Loading…
Reference in New Issue
Block a user