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

style: fix typo and remove "open in a new . . . " #2754

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app/views/layouts/_other_projects.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2 class="c-subfooter-2__heading epsilon epsilon text--navy">Other FreeUKGenealogy Projects</h2>
<h2 class="c-subfooter-2__heading epsilon epsilon text--navy">Other Free UK Genealogy Projects</h2>
<ul class="c-subfooter-2__nav icon-list">
<li class="c-subfooter-2__nav-item">
<% case appname_downcase %>
Expand Down
4 changes: 2 additions & 2 deletions app/views/userid_details/transcriber_registration.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="grid">
<div class="grid__item two-thirds lap-one-half palm-one-whole">
<div class="read-length">
<p>Thank you for volunteering as a transcriber for <%= appname %>. To join one of our existing teams of transcribers (we call them syndicates), fill in this form with your details: Please read our <%= link_to "Privacy Notice(link opens in new tab)", helpful_links[:privacyNotice], target: "_blank" %> for information on how we will protect and use your data.</p>
<p>Thank you for volunteering as a transcriber for <%= appname %>. To join one of our existing teams of transcribers (we call them syndicates), fill in this form with your details: Please read our <%= link_to "Privacy Notice", helpful_links[:privacyNotice] %> for information on how we will protect and use your data.</p>
<p>Then select a team from the list of <q>Syndicates available</q>.</p>
<p>After successfully submitting the form, you will receive an email that contains a link to complete the registration process. Click on that link or copy and paste it into you browser&rsquo;s address window. You must respond to the email <em>within 24 hours</em>. If you have not received it within a few minutes, please check your spam folder.</p>
<p>Begin with the documents linked in the form. If you have any questions about the documents or about transcribing, please <%= link_to 'contact us','/contacts/new', target: '_blank' %> (link opens in new tab).</p>
<p>Begin with the documents linked in the form. If you have any questions about the documents or about transcribing, please <%= link_to 'contact us','/contacts/new' %>.</p>
</div>
</div>
<aside class="grid__item one-third lap-one-half palm-one-whole">
Expand Down