mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
Merge pull request #1454 from okriuchykhin/ok_SCI_2965
Improve export all modal messages in case of unlimited exports [SCI-2965]
This commit is contained in:
commit
f765bd5d91
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
<p><%=t 'projects.export_projects.modal_text_p1_html', num_projects: num_projects, team: @team.name %></p>
|
||||
<p><%=t 'projects.export_projects.modal_text_p2_html' %></p>
|
||||
<p>
|
||||
<i><%=t 'projects.export_projects.modal_text_p3_html', limit: limit, num: num_of_requests_left %></i>
|
||||
</p>
|
||||
<% unless limit.zero? %>
|
||||
<p>
|
||||
<i><%=t 'projects.export_projects.modal_text_p3_html', limit: limit, num: num_of_requests_left %></i>
|
||||
</p>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue