Skip to content

Commit

Permalink
Wait times
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Aug 30, 2023
1 parent ef06275 commit 8af6d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/notifications/author_submission_email.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hello there, thanks for your submission to <em><%= Rails.application.settings['abbreviation'] %></em>.
<br />
Your paper, <em>'<%= @paper.title %>'</em>, is currently awaiting triage by our managing editor. This generally takes up to a week and until then, your paper won't show up in the https://github.com/<%= Rails.application.settings['reviews'] %> repository.
Your paper, <em>'<%= @paper.title %>'</em>, is currently awaiting triage by our managing editor. This generally takes up to a week, but during busy times can take a number of weeks. Until then, your paper won't show up in the https://github.com/<%= Rails.application.settings['reviews'] %> repository.
<br />

You can view the latest status of your paper here: <%= @url %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/notifications/author_submission_email.text.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hello there, thanks for your submission to <%= Rails.application.settings['abbreviation'] %>.

Your paper, '<%= @paper.title %>', is currently awaiting triage by our managing editor. This generally takes up to a week and until then, your paper won't show up in the https://github.com/<%= Rails.application.settings['reviews'] %> repository.
Your paper, '<%= @paper.title %>', is currently awaiting triage by our managing editor. This generally takes up to a week, but during busy times can take a number of weeks. until then, your paper won't show up in the https://github.com/<%= Rails.application.settings['reviews'] %> repository.

You can view the latest status of your paper here: <%= @url %>

Expand Down

0 comments on commit 8af6d08

Please sign in to comment.