mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Improve export all modal messages in case of unlimited exports [SCI-2965]
This commit is contained in:
parent
966c729a9c
commit
1861f86b2c
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_p1_html', num_projects: num_projects, team: @team.name %></p>
|
||||||
<p><%=t 'projects.export_projects.modal_text_p2_html' %></p>
|
<p><%=t 'projects.export_projects.modal_text_p2_html' %></p>
|
||||||
<p>
|
<% unless limit.zero? %>
|
||||||
<i><%=t 'projects.export_projects.modal_text_p3_html', limit: limit, num: num_of_requests_left %></i>
|
<p>
|
||||||
</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