mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Fix minor styling & text on settings - preferences page
This commit is contained in:
parent
a2c2bca200
commit
d71be76657
3 changed files with 5 additions and 5 deletions
|
@ -175,7 +175,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.notification-settings-container {
|
||||
.preferences-settings-container {
|
||||
margin-bottom: 50px;
|
||||
margin-top: 50px;
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue