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

Update en.yml #11460

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
15 changes: 11 additions & 4 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,10 +1133,17 @@ en:
logged_out: "Successfully logged out."
notes_controller:
research_notes: "Research notes"
thank_you_for_contribution: "Success! Thank you for contributing open research,
and thanks for your patience while your post is approved by <a href='/wiki/moderation'>community
moderators</a> and we'll email you when it is published. In the meantime, if
you have more to contribute, feel free to do so."
thank_you_for_contribution: |
<h2>Success! You did it! Hooray!</h2>
<hr>
<p>Thank you so much for contributing open research and being part of our community.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line will also need an extra space.

<h2>Here's what's happening now:</h2>
<hr>
<p>Your <a href='/wiki/first-contribution'>first contribution</a> is awaiting approval by <a href='/wiki/moderation'>community moderators</a>.
<b>If you have asked an urgent question about an environmental concern, we will prioritize reviewing it</b>.
Thank you for your patience, in the next hours your contribution should be public. We'll email you when it is published.
In the meantime, if you have more to contribute, feel free to do so. Visit the <a href='/wiki/welcome'>Welcome Page</a> to discover more ways to connect.
</p>
thank_you_for_question: "Success! Thank you for contributing with a question, and
thanks for your patience while your question is approved by <a href='/wiki/moderation'>community
moderators</a> and we'll email you when it is published."
Expand Down