fixed confirmation text

This commit is contained in:
zmagod 2016-08-26 09:13:45 +02:00
parent 99976722a8
commit 2031c42920
3 changed files with 3 additions and 2 deletions

View file

@ -130,7 +130,7 @@
</div> </div>
<% end %> <% 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' %> <%= render partial: 'projects/index/introductory_popup' %>
<%= javascript_include_tag "projects/introdutory_popup"%> <%= javascript_include_tag "projects/introdutory_popup"%>
<% end %> <% end %>

View file

@ -18,7 +18,7 @@
<%= image_tag 'introductory_popup/image3.png', class: 'img-responsive' %> <%= image_tag 'introductory_popup/image3.png', class: 'img-responsive' %>
</div> </div>
<div class="modal-footer"> <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> </div>
</div> </div>

View file

@ -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_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_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." 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 # This section contains general words that can be used in any parts of
# application. # application.