Updated feedback form copy

refs #3264
This commit is contained in:
Djordje Vlaisavljevic 2023-05-22 12:21:13 +01:00
parent e4cac91e19
commit ae91be348b
2 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
<div class="gh-feedback-lexical-published">
<h4 class="gh-feedback-lexical-published-title">Hey, noticed anything different?</h4>
<p>This post was successfully published using our new editor. Have any feedback? Let us know!</p>
{{!-- <p>Editor beta feedback</p> --}}
<FeedbackLexical::Textarea
@feedbackMessage={{this.feedbackMessage}}
@updateFeedbackMessage={{this.updateFeedbackMessage}}
@shouldFocus={{false}}
@label="Editor beta feedback"
@placeholder="This post was published using the new Ghost editor beta. How did it go? Did you have any issues?"
/>
<FeedbackLexical::SendButton
@feedbackMessage={{this.feedbackMessage}}

View File

@ -7,7 +7,7 @@
@id="feedback-lexical"
@name="feedback-lexical"
@value={{@feedbackMessage}}
@placeholder="I've noticed that..."
@placeholder={{or @placeholder "Ive noticed that…"}}
@shouldFocus={{@shouldFocus}}
data-test-lexical-feedback-textarea
{{on "input" @updateFeedbackMessage}}