diff --git a/app/views/projects/index/_introductory_popup.html.erb b/app/views/projects/index/_introductory_popup.html.erb index 85737fff9..a7f659697 100644 --- a/app/views/projects/index/_introductory_popup.html.erb +++ b/app/views/projects/index/_introductory_popup.html.erb @@ -10,7 +10,7 @@

<%= t('introductory.sentence_one_html') %>

<%= image_tag 'introductory_popup/image2.png', class: 'img-responsive' %>

<%=t 'introductory.sentence_two_html' %>

- <%= image_tag 'introductory_popup/image1.jpg', class: 'img-responsive' %> + <%= image_tag 'introductory_popup/image1.png', class: 'img-responsive' %>

<%=t 'introductory.sentence_three_html' %>

<%=t 'introductory.sentence_four_html' %>

<%=t 'introductory.sentence_five_html' %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 7353228bb..cd52ed880 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1482,9 +1482,9 @@ en: goodbye_message: "To repeat the tutorial, go to your Settings and open My preferences tab. Click on the Repeat tutorial button and watch the tutorial as many times needed." introductory: - popup-title: "Dear sciNote user," + popup-title: "New: Experiment level" sentence_one_html: "To give you more flexibility in organization of your work, we have added a new feature to your sciNote: Experiment level. Now you are able to organize your Tasks and Workflows into different Experiments inside of an individual project. When you open a project you will see experiments displayed as thumbnails." - sentence_two_html: "You can see the changes in the hierarchy in the navigation panel as well." + sentence_two_html: "You can see the changes in the hierarchy in the navigation pane as well." sentence_three_html: "All your existing Tasks and Workflows are now in a single Experiment called \"My first experiment\". You can always rename it, create new Experiments and move workflows between them. To move a Task or a Workflow to a different experiment, do the following:" 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." diff --git a/public/images/introductory_popup/image1.jpg b/public/images/introductory_popup/image1.jpg deleted file mode 100644 index 06cf361f1..000000000 Binary files a/public/images/introductory_popup/image1.jpg and /dev/null differ diff --git a/public/images/introductory_popup/image1.png b/public/images/introductory_popup/image1.png new file mode 100644 index 000000000..1aea6985b Binary files /dev/null and b/public/images/introductory_popup/image1.png differ