mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-01 02:05:41 +08:00
fixed confirmation text
This commit is contained in:
parent
99976722a8
commit
2031c42920
3 changed files with 3 additions and 2 deletions
|
@ -130,7 +130,7 @@
|
|||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if current_user.created_at < Time.new(2016, 8, 25) %>
|
||||
<% if current_user.confirmed_at < Time.new(2016, 8, 31) %>
|
||||
<%= render partial: 'projects/index/introductory_popup' %>
|
||||
<%= javascript_include_tag "projects/introdutory_popup"%>
|
||||
<% end %>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<%= image_tag 'introductory_popup/image3.png', class: 'img-responsive' %>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><%=t 'general.cancel' %></button>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><%=t 'introductory.confim' %></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1488,6 +1488,7 @@ en:
|
|||
sentence_four_html: "1. Open experiment that contains a workflow you would like to move and click Edit experiment."
|
||||
sentence_five_html: "2. In the Options dropdown of any task select Move workflow to another experiment."
|
||||
sentence_six_html: "3. Select experiment from the dropdown and click Move workflow. The workflow is now part of the selected experiment. So you can still have multiple workflows in one experiment."
|
||||
confim: "OK, got it"
|
||||
# This section contains general words that can be used in any parts of
|
||||
# application.
|
||||
|
||||
|
|
Loading…
Reference in a new issue