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
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/mailers/en.yml
+3-4
Original file line number
Diff line number
Diff line change
@@ -111,15 +111,14 @@ en:
111
111
deleted:
112
112
html: Your work %{title} was deleted from the Archive by a site admin.
113
113
text: Your work "%{title}" was deleted from the Archive by a site admin.
114
-
html:
115
-
tos_violation: If it's possible your work violated the Archive's Terms of Service, please %{contact_abuse_link}.
116
114
import_project:
117
115
html: If your work was part of an import project managed by our Open Doors team, please %{opendoors_link} with any further questions.
118
116
text: If your work was part of an import project managed by our Open Doors team, please contact Open Doors (%{opendoors_link}) with any further questions.
119
117
opendoors: contact Open Doors
120
118
subject: "[%{app_name}] Your work has been deleted by an admin"
121
-
text:
122
-
tos_violation: If it's possible your work violated the Archive's Terms of Service, please contact our Policy & Abuse team (%{contact_abuse_url}).
119
+
tos_violation:
120
+
html: If it's possible your work violated the Archive's Terms of Service, please %{contact_abuse_link}.
121
+
text: If it's possible your work violated the Archive's Terms of Service, please contact our Policy & Abuse team (%{contact_abuse_url}).
123
122
admin_hidden_work_notification:
124
123
access: While your work is hidden, you will still be able to access it through the link provided above, but it will not be listed on your works page, and it won't be available to other users of the Archive.
125
124
check_email: Please check your email, including your spam folder, as the Policy & Abuse team may have already contacted you explaining why your work was hidden.
0 commit comments