mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +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-bottom: 50px;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
url: update_togglable_settings_path(format: :json),
|
url: update_togglable_settings_path(format: :json),
|
||||||
html: { method: :post, id: 'togglable-settings-panel' },
|
html: { method: :post, id: 'togglable-settings-panel' },
|
||||||
remote: true) do |f| %>
|
remote: true) do |f| %>
|
||||||
<div class="notification-settings-container">
|
<div class="preferences-settings-container">
|
||||||
<h4><%= t('notifications.title') %></h4>
|
<h4><%= t('notifications.title') %></h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="tooltips-settings-container">
|
<div class="preferences-settings-container">
|
||||||
<h4><%= t('users.settings.account.preferences.edit.tips.title') %></h4>
|
<h4><%= t('users.settings.account.preferences.edit.tips.title') %></h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
|
|
|
@ -1415,8 +1415,8 @@ en:
|
||||||
time_zone_title: "Time zone"
|
time_zone_title: "Time zone"
|
||||||
tips:
|
tips:
|
||||||
title: "Help 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."
|
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: "You may want to turn that off if you feel confident in here."
|
text2: "If you feel confident in SciNote already, you can turn off these Help Tips."
|
||||||
toggle: "Show Help Tips"
|
toggle: "Show Help Tips"
|
||||||
update_flash: "Preferences successfully updated."
|
update_flash: "Preferences successfully updated."
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in a new issue