Fix minor styling & text on settings - preferences page

This commit is contained in:
Luka Murn 2018-10-02 13:57:45 +02:00
parent a2c2bca200
commit d71be76657
3 changed files with 5 additions and 5 deletions

View file

@ -175,7 +175,7 @@
}
}
.notification-settings-container {
.preferences-settings-container {
margin-bottom: 50px;
margin-top: 50px;

View file

@ -54,7 +54,7 @@
url: update_togglable_settings_path(format: :json),
html: { method: :post, id: 'togglable-settings-panel' },
remote: true) do |f| %>
<div class="notification-settings-container">
<div class="preferences-settings-container">
<h4><%= t('notifications.title') %></h4>
<div class="row">
<div class="col-sm-2">
@ -135,7 +135,7 @@
</div>
</div>
<hr>
<div class="tooltips-settings-container">
<div class="preferences-settings-container">
<h4><%= t('users.settings.account.preferences.edit.tips.title') %></h4>
<div class="row">
<div class="col-sm-2">

View file

@ -1415,8 +1415,8 @@ en:
time_zone_title: "Time zone"
tips:
title: "Help Tips"
text1: "When you place your mouse over specific element of SciNote, we show you a tip with description of this element."
text2: "You may want to turn that off if you feel confident in here."
text1: "When you place your mouse cursor on a certain element in SciNote and hold it for a bit, a short and helpful description will appear."
text2: "If you feel confident in SciNote already, you can turn off these Help Tips."
toggle: "Show Help Tips"
update_flash: "Preferences successfully updated."
addons: