Skip to content

Commit

Permalink
Make alert valid for any journal
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed May 5, 2023
1 parent 0a1f5da commit e707170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_profile.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="alert alert-warning" role="alert">
Before you can submit a paper to JOSS, you need to add your email address and GitHub handle to <%= link_to "your profile &rarr;".html_safe, profile_path %>.
Before you can submit a paper to <%= Rails.application.settings["abbreviation"] %>, you need to add your email address and GitHub handle to <%= link_to "your profile &rarr;".html_safe, profile_path %>.
</div>

0 comments on commit e707170

Please sign in to comment.