You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AO3-6712 Allow invites to be resent and index invitee_email (otwcode#4791)
* AO3-6712 Revert AO3-6666
This reverts commit 7e15f32.
* AO3-6712 Add invitee email index to invitations
* AO3-6712 Make sure button has hover style and i18n
* AO3-6712 Normalize
* AO3-6712 Fix a mistake
* AO3-6712 Fix step that was looking for value instead of label text
flash[:error]="You can search for the email address you signed up with below. If you can't find it, your invitation may have already been emailed to that address; please check your email spam folder as your spam filters may have placed it there."
<%=ts("To check on the status of your invitation, go to the %{status_page} and enter your email in the space provided!",status_page: link_to("Invitation Request Status page",status_invite_requests_path)).html_safe%>
10
+
<%=t(".instructions_html",status_link: link_to("Invitation Request Status page",status_invite_requests_path))%>
$j("#invite-status").html("<p>Sorry, we can't find the email address you entered. If you had used it to join our invitation queue, it's possible that your invitation may have already been emailed to you; please check your spam folder, as your spam filters may have placed it there.</p>");
Copy file name to clipboardexpand all lines: config/locales/views/en.yml
+28
Original file line number
Diff line number
Diff line change
@@ -1400,10 +1400,38 @@ en:
1400
1400
waiting_list_count:
1401
1401
one: There is currently %{count} person on the waiting list.
1402
1402
other: There are currently %{count} people on the waiting list.
1403
+
invitation:
1404
+
after_cooldown_period:
1405
+
not_resent:
1406
+
one: Because your invitation was sent more than an hour ago, you can have your invitation resent.
1407
+
other: Because your invitation was sent more than %{count} hours ago, you can have your invitation resent.
1408
+
resent_html:
1409
+
one: Because your invitation was resent more than an hour ago, you can have your invitation resent again, or you may want to %{contact_support_link}.
1410
+
other: Because your invitation was resent more than %{count} hours ago, you can have your invitation resent again, or you may want to %{contact_support_link}.
1411
+
before_cooldown_period:
1412
+
one: If it has been more than an hour since you should have received your invitation, but you have not received it after checking your spam folder, you can visit this page to resend the invitation.
1413
+
other: If it has been more than %{count} hours since you should have received your invitation, but you have not received it after checking your spam folder, you can visit this page to resend the invitation.
1414
+
contact_support: contact Support
1415
+
info:
1416
+
not_resent: Your invitation was emailed to this address on %{sent_at}. If you can't find it, please check your email spam folder as your spam filters may have placed it there.
1417
+
resent: Your invitation was emailed to this address on %{sent_at} and resent on %{resent_at}. If you can't find it, please check your email spam folder as your spam filters may have placed it there.
1418
+
resend_button: Resend Invitation
1419
+
title: Invitation Status for %{email}
1403
1420
invite_request:
1404
1421
date: 'At our current rate, you should receive an invitation on or around: %{date}.'
1405
1422
position_html: You are currently number %{position} on our waiting list!
1406
1423
title: Invitation Status for %{email}
1424
+
no_invitation:
1425
+
email_not_found: Sorry, we can't find the email address you entered.
1426
+
show:
1427
+
instructions_html: To check on the status of your invitation, go to the %{status_link} and enter your email in the space provided.
1428
+
status:
1429
+
heading: Invitation Request Status
1430
+
search: Look me up
1431
+
send_rate: We are sending out %{invites} invitations per day.
1432
+
waiting_list:
1433
+
one: There is currently %{count} person on the waiting list.
1434
+
other: There are currently %{count} people on the waiting list.
When I check how long "[email protected]" will have to wait in the invite request queue
59
59
Then I should see "Invitation Request Status"
60
-
And I should see "If you can't find it, your invitation may have already been emailed to that address; please check your email spam folder as your spam filters may have placed it there."
60
+
And I should see "Sorry, we can't find the email address you entered."
0 commit comments